diff --git a/.github/workflows/build-test-image-docker.yml b/.github/workflows/build-test-image-docker.yml index d18d4dee..2d812287 100644 --- a/.github/workflows/build-test-image-docker.yml +++ b/.github/workflows/build-test-image-docker.yml @@ -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