Skip to content

Commit

Permalink
Update release-with-artifact.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbltx authored Feb 28, 2021
1 parent 8da483b commit ac96cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-with-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
echo "HEAD_TAG=$(git tag --points-at HEAD)" >> $GITHUB_ENV
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
zip -r discordfx-$HEAD_TAG README.md LICENSE discordfx
zip -r discordfx-${{ env.HEAD_TAG }}.zip README.md LICENSE discordfx
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit ac96cd3

Please sign in to comment.