File tree 1 file changed +5
-11
lines changed 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -116,20 +116,14 @@ jobs:
116
116
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }}_${{ matrix.payload }} .config
117
117
make olddefconfig
118
118
make BUILD_TIMELESS=1
119
- - name : Rename and generate SHA256
120
- run : |
121
- mv $GITHUB_WORKSPACE/coreboot/build/coreboot.rom $GITHUB_WORKSPACE/coreboot/build/qemu_q35_${VERSION}.rom
122
- sha256sum $GITHUB_WORKSPACE/coreboot/build/qemu_q35_${VERSION}.rom > $GITHUB_WORKSPACE/coreboot/build/qemu_q35_${VERSION}.rom.sha256
123
- - name : Search for coreboot.rom
124
- run : |
125
- VERSION=$(echo ${GITHUB_REF#refs/heads/rel_} | tr '/' '_')
126
- find $GITHUB_WORKSPACE/coreboot -name qemu_q35_${VERSION}.rom
119
+ mv coreboot/build/coreboot.rom coreboot/build/qemu_q35_${VERSION}.rom
120
+ sha256sum coreboot/build/qemu_q35_${VERSION}.rom > coreboot/build/qemu_q35_${VERSION}.rom.sha256
127
121
- name : Save artifacts
128
122
uses : actions/upload-artifact@v4
129
123
with :
130
- name : " dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}_${VERSION}"
124
+ name : " dasharo-${{ matrix.vendor }}-${{ matrix.model }}-${{ matrix.payload }}_${{ env. VERSION } }"
131
125
path : |
132
- $GITHUB_WORKSPACE/ coreboot/build/qemu_q35_${VERSION}.rom
133
- $GITHUB_WORKSPACE/ coreboot/build/qemu_q35_${VERSION}.rom.sha256
126
+ coreboot/build/qemu_q35_${{ env. VERSION } }.rom
127
+ coreboot/build/qemu_q35_${{ env. VERSION } }.rom.sha256
134
128
retention-days : 30
135
129
You can’t perform that action at this time.
0 commit comments