Skip to content

Commit

Permalink
update package_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Feb 18, 2024
1 parent f09a4b3 commit 91dca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Zip folder
run: (cd .. && zip -r ${{ github.event.repository.name }}-${{ github.ref_name }}.zip ${{ github.event.repository.name }} -x ${{ github.event.repository.name }}/.git/\* ${{ github.event.repository.name }}/.github/\* ${{ github.event.repository.name }}/.vscode/\* \*.bat \*.png \*.md && ls -la)
run: (cd .. && zip -r ${{ github.event.repository.name }}-${{ github.ref_name }}.zip ${{ github.event.repository.name }} -x ${{ github.event.repository.name }}/.git/\* ${{ github.event.repository.name }}/.github/\* ${{ github.event.repository.name }}/.vscode/\* \*.bat \*.png \*.md && cd ${{ github.event.repository.name }})

- name: Upload Release Asset
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 91dca94

Please sign in to comment.