diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-11-02 19:18:30 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-11-02 19:18:30 +0100 |
commit | 84fd14174cd2a462ca391679197e87dae979abc9 (patch) | |
tree | f45052924af054c6d47ac0a0712bd7d0cc03571a /.github | |
parent | 43711bf19446f30d69bb523bd1f2650e7d388d73 (diff) | |
download | fpm-84fd14174cd2a462ca391679197e87dae979abc9.tar.gz fpm-84fd14174cd2a462ca391679197e87dae979abc9.zip |
Update upload pattern
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/CI.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 |