Skip to content

Commit

Permalink
Update tag name so doesnt conflict with hash
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyloop committed Apr 5, 2024
1 parent 5e8be68 commit 2d0088e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- run: ditto -c -k --sequesterRsrc --keepParent demucs-cxfreeze-mac demucs-cxfreeze-mac.zip
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.sha }}
tag_name: release-${{ github.sha }}
files: demucs-cxfreeze-mac.zip
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- run: .\7z.exe a -m0=lzma2 -mmt=on -mx=9 "demucs-cxfreeze-win-cuda.7z" "demucs-cxfreeze-win-cuda"
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.sha }}
tag_name: release-${{ github.sha }}
files: demucs-cxfreeze-win-cuda.zip

0 comments on commit 2d0088e

Please sign in to comment.