Skip to content

Commit cb2ff40

Browse files
committed
Fix upload artifacts list
1 parent 222a22e commit cb2ff40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636

3737
- uses: actions/upload-artifact@v4
3838
with:
39-
name: app
39+
name: app-build
4040
path: |
41-
dist
42-
/package*.json
41+
./dist
42+
./package*.json
4343
4444
Deploy:
4545
needs: [Build]
@@ -58,7 +58,7 @@ jobs:
5858
- name: Download pre-built app artifact
5959
uses: actions/download-artifact@v4
6060
with:
61-
name: app
61+
name: app-build
6262

6363
# - uses: actions/setup-node@v4
6464
# with:

0 commit comments

Comments
 (0)