Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanisch authored Jan 24, 2024
1 parent c0e114d commit d13efe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: thedoctor0/zip-release@0.7.5
with:
type: 'zip'
filename: 'Scuffed-GTNH-Dark ${{ github.ref }}.zip'
filename: 'Scuffed-GTNH-Dark ${{ github.ref_name }}.zip'
exclusions: >
*.git*
*.psd
Expand Down Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
with:
artifacts: "Scuffed-GTNH-Dark ${{ github.ref }}.zip"
artifacts: "Scuffed-GTNH-Dark ${{ github.ref_name }}.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d13efe0

Please sign in to comment.