Update build-test-image-docker.yml

This commit is contained in:
Igor Pečovnik
2022-09-11 19:10:19 +02:00
committed by GitHub
parent d64bc9f8a7
commit b04da86532

View File

@@ -153,7 +153,7 @@ jobs:
if: ${{ env.SKIP != 'yes' }}
uses: actions/upload-artifact@v3
with:
name: "${{ matrix.board }}-${{ env.RELEASE }}-${{ matrix.desktop }}"
name: "${{ matrix.board }}-${{ env.RELEASE }}"
path: build/output/images/*
if-no-files-found: error
retention-days: 7
@@ -174,12 +174,6 @@ jobs:
echo ${{ matrix.target }}
- name: Download changes
uses: actions/download-artifact@v3
with:
name: ${{ env.UPLOAD }}
path: ${{ env.UPLOAD }}
- name: Checkout repository
uses: actions/checkout@v3
with:
@@ -202,3 +196,5 @@ jobs:
echo "$i:$j"
done
done)
echo $MATRIX