We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c69dca commit db3cfe0Copy full SHA for db3cfe0
.github/workflows/build_lpi4a.yml
@@ -72,7 +72,7 @@ jobs:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
with:
74
release_id: ${{ needs.prepare_release.outputs.release_id }}
75
- file: "./*.img.xz*;./firmware/u-boot-*.bin"
+ file: "./*.img.xz*;./firmware/*u-boot-*.bin"
76
draft: false
77
- name: Rollback release
78
if: failure() && needs.prepare_release.outputs.release_id != ''
0 commit comments