Skip to content

Commit

Permalink
fix: update path to ISO artifact (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Apr 1, 2023
1 parent f7af565 commit deb2a18
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 @@ -52,6 +52,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["${{ github.workspace }}/${{ steps.isogenerator.outputs.iso-path }}"]'
asset_paths: '["./${{ steps.isogenerator.outputs.iso-path }}"]'
tag: ${{ needs.release-please.outputs.tag }}

0 comments on commit deb2a18

Please sign in to comment.