Skip to content

Commit 35b92f4

Browse files
authored
Update npm-bundle.yml
1 parent 5f79129 commit 35b92f4

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/npm-bundle.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ jobs:
3030

3131
# Bundle/Artefakt packen (z. B. zip)
3232
- name: Create archive
33-
run: |
34-
zip dist/bundle.js
35-
33+
run: zip -j dist/bundle.zip dist/bundle.js
34+
35+
- name: Upload artifact (for debugging)
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: bundle
39+
path: dist/bundle.zip
40+
41+
3642
# GitHub Release erstellen
3743
- name: Create Release
3844
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)