aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-11-02 19:18:30 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-11-02 19:18:30 +0100
commit84fd14174cd2a462ca391679197e87dae979abc9 (patch)
treef45052924af054c6d47ac0a0712bd7d0cc03571a /.github
parent43711bf19446f30d69bb523bd1f2650e7d388d73 (diff)
downloadfpm-84fd14174cd2a462ca391679197e87dae979abc9.tar.gz
fpm-84fd14174cd2a462ca391679197e87dae979abc9.zip
Update upload pattern
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CI.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index f6574b0..f36cf2b 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -218,7 +218,7 @@ jobs:
if: ${{ github.event_name == 'release' || steps.deploy-on-push.outputs.result != 0 }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: fpm-*/fpm-*
+ file: fpm-*/fpm*
file_glob: true
tag: ${{ github.event_name == 'release' && github.ref || 'current'}}
overwrite: true
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 142bb8a..fe1cc73 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -150,7 +150,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: fpm-*/fpm-*
+ file: fpm-*/fpm*
file_glob: true
tag: ${{ github.event_name == 'release' && github.ref || 'current'}}
overwrite: true