Skip to content

Commit c681401

Browse files
committed
cd: fix playstore publish download faiils
1 parent 1b024b4 commit c681401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spotube-publish-binary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- uses: robinraju/release-downloader@main
116116
with:
117117
repository: KRTirtho/spotube
118-
tag: ${{ env.TAG_NAME }}
118+
tag: v${{ env.TAG_NAME }}
119119
tarBall: false
120120
zipBall: false
121121
out-file-path: dist

0 commit comments

Comments
 (0)