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 14, 2024
1 parent 760da18 commit 505b377
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
- name: Zip folder
run: zip -r BetterBags_ItemRack-${{ github.ref }}.zip . -x .git/\* .github/\* .vscode/\* \*.bat icon.png

- 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 }}.zip
asset_name: BetterBags_ItemRack-{{$}}
- name: test
run: echo hello

0 comments on commit 505b377

Please sign in to comment.