Skip to content

Commit

Permalink
freaking whitespace man
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Sep 11, 2024
1 parent fa4ff8c commit 692a7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
else
EXEC=$NAME
fi
TAG = ${{ env.PACKAGE_VERSION }}
TAG=${{ env.PACKAGE_VERSION }}
mv ./target/$TARGET/release/$EXEC ./$EXEC
tar -czf ./artifacts/$NAME-$TARGET-$TAG.tar.gz $EXEC
- name: Archive artifact
Expand Down

0 comments on commit 692a7c8

Please sign in to comment.