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 e157766 commit 5926153Copy full SHA for 5926153
1 file changed
.github/workflows/release.yml
@@ -43,6 +43,7 @@ jobs:
43
uses: svenstaro/upload-release-action@v2
44
with:
45
repo_token: ${{ secrets.GITHUB_TOKEN }}
46
- file: com.thecodingflow.hamlibplugin.zip
47
tag: ${{ github.ref }}
+ file: com.thecodingflow.hamlibplugin.zip
48
+ asset_name: com.thecodingflow.hamlibplugin.zip
49
overwrite: true
0 commit comments