Skip to content

Commit 9334c31

Browse files
authored
Merge pull request #60 from CoderBotOrg/previ-patch-2
Update deploy-release-test.yml
2 parents f8f6160 + 8834658 commit 9334c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-release-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- run: mkdir -p dist
7777
- run: mv $IMAGE_NAME ./dist/.
7878
- name: Archive dist
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
81-
name: image-preloaded
82-
path: dist
81+
name: ${{ matrix.device.type }}-${{ matrix.device.version }}-${{ github.run_number }}
82+
path: dist/*

0 commit comments

Comments
 (0)