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 5926153 commit 89c2e1dCopy full SHA for 89c2e1d
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
name: Build
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
outputs:
15
version_number: ${{ steps.version_number.outputs.version_number }}
16
steps:
@@ -44,6 +46,6 @@ jobs:
44
46
with:
45
47
repo_token: ${{ secrets.GITHUB_TOKEN }}
48
tag: ${{ github.ref }}
- file: com.thecodingflow.hamlibplugin.zip
49
+ file: ./com.thecodingflow.hamlibplugin.zip
50
asset_name: com.thecodingflow.hamlibplugin.zip
51
overwrite: true
0 commit comments