We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f79129 commit 35b92f4Copy full SHA for 35b92f4
1 file changed
.github/workflows/npm-bundle.yml
@@ -30,9 +30,15 @@ jobs:
30
31
# Bundle/Artefakt packen (z. B. zip)
32
- name: Create archive
33
- run: |
34
- zip dist/bundle.js
35
-
+ run: zip -j dist/bundle.zip dist/bundle.js
+
+ - name: Upload artifact (for debugging)
36
+ uses: actions/upload-artifact@v4
37
+ with:
38
+ name: bundle
39
+ path: dist/bundle.zip
40
41
42
# GitHub Release erstellen
43
- name: Create Release
44
uses: softprops/action-gh-release@v2
0 commit comments