We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b6146 commit 5f7a354Copy full SHA for 5f7a354
.github/workflows/upload.sh
@@ -10,4 +10,4 @@ echo upload_file: $upload_file
10
11
mv "$RUNNER_TEMP/bundle.zip" "$upload_file"
12
13
-gh release upload "$tag_name" "$upload_file"
+gh release upload $tag_name "$upload_file"
0 commit comments