Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit de2737f

Browse files
committed
Create release
1 parent 5fa15a5 commit de2737f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ jobs:
6161

6262
- name: List files
6363
run: ls -R built
64+
65+
- name: Release
66+
uses: softprops/action-gh-release@v1
67+
# if: startsWith(github.ref, 'refs/tags/')
68+
with:
69+
files: |
70+
built/swc-dev-Linux
71+
built/swc-dev-Windows.exe
72+
built/swc-dev-macOS

0 commit comments

Comments
 (0)