Skip to content

Commit

Permalink
Update package_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner authored Feb 17, 2024
1 parent 55b0d43 commit 3d39184
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ jobs:
- name: Zip folder
run: zip -r BetterBags_ItemRack-${{ github.ref_name }}.zip . -x .git/\* .github/\* .vscode/\* \*.bat icon.png

- name: test
run: echo hello
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./BetterBags_ItemRack-${{ github.ref_name }}.zip
asset_name: BetterBags_ItemRack-${{ github.ref_name }}

0 comments on commit 3d39184

Please sign in to comment.