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/workflows/CI.yml | |
parent | 43711bf19446f30d69bb523bd1f2650e7d388d73 (diff) | |
download | fpm-84fd14174cd2a462ca391679197e87dae979abc9.tar.gz fpm-84fd14174cd2a462ca391679197e87dae979abc9.zip |
Update upload pattern
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r-- | .github/workflows/CI.yml | 2 |
1 files changed, 1 insertions, 1 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 |