Skip to content

Commit

Permalink
fix release var name
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Jul 16, 2024
1 parent 3b2956c commit 88e66f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
ytm2spt-{{ github.ref_name }}-windows.zip
ytm2spt-{{ github.ref_name }}-linux.tar.gz
ytm2spt-{{ github.ref_name }}-macos.zip
ytm2spt-${{ github.ref_name }}-windows.zip
ytm2spt-${{ github.ref_name }}-linux.tar.gz
ytm2spt-${{ github.ref_name }}-macos.zip

0 comments on commit 88e66f5

Please sign in to comment.