Skip to content

Commit e4aeace

Browse files
We need to use github context here to get the correct artifact path
1 parent 90335c8 commit e4aeace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
6262
- uses: ncipollo/release-action@v1
6363
with:
64-
artifacts: "buildroot/output/images/${BUILD_NAME}.img"
64+
artifacts: "buildroot/output/images/${{ env.BUILD_NAME }}.img"
6565
prerelease: true

0 commit comments

Comments
 (0)