Skip to content

Commit

Permalink
feat: scripts release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmmcgivern committed Dec 4, 2023
1 parent 1649d92 commit 5fb7828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
done
- name: Add scripts to archive
shell: bash
run: |
pkgname=$PROJECT_NAME-${{ steps.tagname.outputs.tag }}-scripts
tar cJf dist/$pkgname.tar.xz scripts
run: |
pkgname=$PROJECT_NAME-${{ steps.tagname.outputs.tag }}-scripts
tar cJf dist/$pkgname.tar.xz scripts
- name: Release archive
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 5fb7828

Please sign in to comment.