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 43711bf commit 84fd141Copy full SHA for 84fd141
.github/workflows/CI.yml
@@ -218,7 +218,7 @@ jobs:
218
if: ${{ github.event_name == 'release' || steps.deploy-on-push.outputs.result != 0 }}
219
with:
220
repo_token: ${{ secrets.GITHUB_TOKEN }}
221
- file: fpm-*/fpm-*
+ file: fpm-*/fpm*
222
file_glob: true
223
tag: ${{ github.event_name == 'release' && github.ref || 'current'}}
224
overwrite: true
.github/workflows/release.yml
@@ -150,7 +150,7 @@ jobs:
150
uses: svenstaro/upload-release-action@v2
151
152
153
154
155
156
0 commit comments