We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8f6160 + 8834658 commit 9334c31Copy full SHA for 9334c31
.github/workflows/deploy-release-test.yml
@@ -76,7 +76,7 @@ jobs:
76
- run: mkdir -p dist
77
- run: mv $IMAGE_NAME ./dist/.
78
- name: Archive dist
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
with:
81
- name: image-preloaded
82
- path: dist
+ name: ${{ matrix.device.type }}-${{ matrix.device.version }}-${{ github.run_number }}
+ path: dist/*
0 commit comments