Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abessette committed Sep 1, 2021
1 parent 4602b45 commit 4a882fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ jobs:
- name: Create tar and gzip it
run: |
tar -cvf files.tar ../MAGE .
echo "mage_${{ github.release.tag_name }}.tar" | gzip -k9 -
tar -cvf $TAR_NAME ../MAGE
gzip -k9 $TAR_NAME
env:
TAR_NAME: mage_${{ github.release.tag_name }}.tar

# action softprops/action-gh-release@v1 substitute to
# actions/upload-release-asset@v1 (which is currently archived)
Expand Down

0 comments on commit 4a882fd

Please # to comment.