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 d28defa commit 6923eaa
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: zip -r BetterBags_ItemRack-${{ github.ref_name }}.zip * -x .git/\* .github/\* .vscode/\* \*.bat icon.png readme.md
run: zip -r BetterBags_ItemRack-${{ github.ref_name }}.zip ../BetterBags_ItemRack -x .git/\* .github/\* .vscode/\* \*.bat icon.png readme.md

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

0 comments on commit 6923eaa

Please sign in to comment.