Skip to content

Commit 99ea28c

Browse files
committed
Fixed download-artifact action
1 parent e733f4c commit 99ea28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: npm
1818
- name: Install dependencies
1919
run: npm ci
20-
- name: Build Website
20+
- name: Build Bundle
2121
run: npm run bundle
2222
- name: Upload artifact
2323
uses: actions/upload-artifact@v4
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/download-artifact@v4
3838
with:
3939
name: bundle
40+
path: output/
4041
- name: List downloaded files
4142
run: ls -R
4243
- name: Create Release

0 commit comments

Comments
 (0)