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 91dca94 commit 76f1549
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ 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 && cd ${{ github.event.repository.name }})
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: test
run: ls -la

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

0 comments on commit 76f1549

Please sign in to comment.