Skip to content

Commit 483d747

Browse files
committed
CI: rename pico combined for sorting
In a release/tag the combined artifacts would be at the top away from the other pico artifacts: AtomVM-combined-pico2_w-main-latest.uf2 ... AtomVM-pico2_w-main-latest.uf2 due to alphabetical sorting - renaming fixes that. Signed-off-by: Peter M <petermm@gmail.com>
1 parent f60c037 commit 483d747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pico-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
if: matrix.platform == '' && matrix.jit == ''
241241
shell: bash
242242
run: |
243-
ATOMVM_COMBINED_FILE=AtomVM-combined-${{ matrix.board }}-${{env.AVM_REF_NAME}}.uf2
243+
ATOMVM_COMBINED_FILE=AtomVM-${{ matrix.board }}-combined-${{env.AVM_REF_NAME}}.uf2
244244
./uf2tool join -o "${ATOMVM_COMBINED_FILE}" src/platforms/rp2/build/src/AtomVM-${{ matrix.board }}-${{env.AVM_REF_NAME}}.uf2 build/libs/atomvmlib-rp2-${{ matrix.board }}-${{env.AVM_REF_NAME}}.uf2
245245
sha256sum "${ATOMVM_COMBINED_FILE}" > "${ATOMVM_COMBINED_FILE}.sha256"
246246
echo "ATOMVM_COMBINED_FILE=${ATOMVM_COMBINED_FILE}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)