Skip to content

Commit

Permalink
chore(ci): glob the filename to match all the assets (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ceppi <[email protected]>
  • Loading branch information
castrojo and marcoceppi authored Mar 31, 2023
1 parent fd76aa8 commit 1b6a1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["bluefin-${{ matrix.fedora-version }}"]'
asset_paths: '["${{ steps.isogenerator.outputs.iso-path }}"]'
tag: ${{ needs.release-please.outputs.tag }}

0 comments on commit 1b6a1f2

Please sign in to comment.