Skip to content

Commit

Permalink
Update release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx authored Oct 28, 2024
1 parent f143dd4 commit 3f60f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v2

- name: Zip Folder
run: zip -r ${{ github.event.repository.name }}.zip default
run: zip -r default-hlstatsx-files-${{github.ref_name}}.zip default

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: default-hlstatsx-files-$GITHUB_REF.zip
files: default-hlstatsx-files-${{github.ref_name}}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f60f86

Please sign in to comment.