Skip to content

Commit

Permalink
aha, a small change again
Browse files Browse the repository at this point in the history
  • Loading branch information
skedastically committed Jan 7, 2025
1 parent 841261f commit f86f332
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mkdir -p generated/arcticons/light
cp -r icons/black/* generated/arcticons/light
zip -qr generated/$ZIP_PREFIX-light-$GITHUB_REF_NAME.zip generated/arcticons/light
tar -cvzf generated/$ZIP_PREFIX-light-$GITHUB_REF_NAME.tar.gz generated/arcticons/light
tar -czf generated/$ZIP_PREFIX-light-$GITHUB_REF_NAME.tar.gz generated/arcticons/light
- name: Create both packs
run: |
Expand All @@ -49,7 +49,6 @@ jobs:
--generate-notes\
--title "$name"\
--notes "$changelog"\
generated/*.zip
generated/*.tar.gz
generated/*.zip generated/*.tar.gz
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit f86f332

Please sign in to comment.