mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update build-test-image-docker.yml
This commit is contained in:
10
.github/workflows/build-test-image-docker.yml
vendored
10
.github/workflows/build-test-image-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user