1 parent 3208b0a commit 30a3c47Copy full SHA for 30a3c47
1 file changed
.github/workflows/main.yml
@@ -59,6 +59,10 @@ jobs:
59
node-version: 22
60
- name: Install dependencies
61
run: npm ci
62
+ - name: Download Build Artifact
63
+ uses: actions/download-artifact@v8
64
+ with:
65
+ name: ubuntu-latest
66
- name: GitHub Release
67
uses: softprops/action-gh-release@v2.5.0
68
with:
0 commit comments