Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed Mar 17, 2024
1 parent 9b1766f commit e585d0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
if [[ $GITHUB_REF != "refs/tags/v"* ]]; then
VERSION="${GITHUB_SHA::7}"
fi
EXE="zsv-playground-$VERSION-linux-amd64"
ZIP="$EXE.zip"
{
echo "VERSION=$VERSION"
echo "EXE=zsv-playground-$VERSION-linux-amd64"
echo "ZIP=$EXE.zip"
echo "EXE=$EXE"
echo "ZIP=$ZIP"
} | tee -a "$GITHUB_ENV"
- name: Build (linux/amd64)
Expand Down

0 comments on commit e585d0f

Please sign in to comment.