Skip to content

Commit

Permalink
update github actions version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Feb 22, 2024
1 parent 69befab commit 37bb5da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
*) tar czf "${TAR_NAME}" "${TAR_BASENAME}"/* ;;
esac;
ls
echo "${TAR_NAME}"
# Let subsequent steps know where to find the compressed package
echo "TAR_LIVE777_NAME=${TAR_NAME}" >> $GITHUB_ENV
Expand Down

0 comments on commit 37bb5da

Please sign in to comment.