Skip to content

Commit

Permalink
CI: Fix file glob for docker image release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 20, 2023
1 parent d54406b commit a33ffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && success() && matrix.docker == 'core'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: BlueOS-core-*.tar
file: '*.tar'
tag: ${{ github.ref }}
overwrite: true
prerelease: true
Expand Down

0 comments on commit a33ffcd

Please sign in to comment.