Skip to content

Commit 3f3ca7f

Browse files
committed
Fix build
1 parent 933bb07 commit 3f3ca7f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ jobs:
3636
with:
3737
node-version: 20
3838

39-
- uses: actions/download-artifact@v5
40-
with:
41-
name: release
42-
43-
- name: unzip artifact for deployment
44-
run: |
45-
unzip release.zip
46-
rm release.zip
47-
4839
- name: Install & build assets
4940
run: |
5041
# Make sure the lock-file is up to date before we run clean-install

0 commit comments

Comments
 (0)