Skip to content

Commit

Permalink
We need to use github context here to get the correct artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dereulenspiegel committed Oct 18, 2022
1 parent 90335c8 commit e4aeace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "buildroot/output/images/${BUILD_NAME}.img"
artifacts: "buildroot/output/images/${{ env.BUILD_NAME }}.img"
prerelease: true

0 comments on commit e4aeace

Please sign in to comment.