Skip to content

Commit 30a3c47

Browse files
committed
ci: add step to download build artifact in GitHub Actions workflow
1 parent 3208b0a commit 30a3c47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
node-version: 22
6060
- name: Install dependencies
6161
run: npm ci
62+
- name: Download Build Artifact
63+
uses: actions/download-artifact@v8
64+
with:
65+
name: ubuntu-latest
6266
- name: GitHub Release
6367
uses: softprops/action-gh-release@v2.5.0
6468
with:

0 commit comments

Comments
 (0)