Skip to content

Commit 84fd141

Browse files
committed
Update upload pattern
1 parent 43711bf commit 84fd141

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
if: ${{ github.event_name == 'release' || steps.deploy-on-push.outputs.result != 0 }}
219219
with:
220220
repo_token: ${{ secrets.GITHUB_TOKEN }}
221-
file: fpm-*/fpm-*
221+
file: fpm-*/fpm*
222222
file_glob: true
223223
tag: ${{ github.event_name == 'release' && github.ref || 'current'}}
224224
overwrite: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: svenstaro/upload-release-action@v2
151151
with:
152152
repo_token: ${{ secrets.GITHUB_TOKEN }}
153-
file: fpm-*/fpm-*
153+
file: fpm-*/fpm*
154154
file_glob: true
155155
tag: ${{ github.event_name == 'release' && github.ref || 'current'}}
156156
overwrite: true

0 commit comments

Comments
 (0)