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