Skip to content

Commit

Permalink
Try to fix the zip name for tag builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed May 6, 2024
1 parent 8881d02 commit 50d1506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
uses: vimtor/[email protected]
with:
files: bin\Release\net48\
dest: Andraste-UILauncher-${{ github.ref }}.zip
dest: Andraste-UILauncher-${{ github.ref_name }}.zip

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: Andraste-UILauncher-${{ github.ref }}.zip
files: Andraste-UILauncher-${{ github.ref_name }}.zip
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
env:
Expand Down

0 comments on commit 50d1506

Please sign in to comment.