mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
артифакты
This commit is contained in:
4
.github/workflows/build_iotm.yml
vendored
4
.github/workflows/build_iotm.yml
vendored
@@ -46,10 +46,10 @@ jobs:
|
|||||||
- name: Rearrange Artifacts
|
- name: Rearrange Artifacts
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts/${{ matrix.board }}
|
mkdir -p artifacts/${{ matrix.board }}
|
||||||
mv .pio/build/${{ matrix.board }}/*.bin artifacts/${{ matrix.board }}
|
find .pio/build/${{ matrix.board }} -name "*.bin" -exec mv {} artifacts/${{ matrix.board }} \;
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
- name: Attach artifact
|
- name: Attach artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware-${{ matrix.board }}-${{ github.run_number }}
|
||||||
path: artifacts/${{ matrix.board }}
|
path: artifacts/${{ matrix.board }}
|
||||||
Reference in New Issue
Block a user