Skip to content

Commit 7a4d111

Browse files
committed
add release CI
1 parent 3702012 commit 7a4d111

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/carts.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,18 @@ jobs:
4242
with:
4343
name: ${{ matrix.cart }}_js
4444
path: ${{ matrix.cart }}_js.null0
45+
46+
release:
47+
name: Create Release
48+
runs-on: ubuntu-latest
49+
if: github.ref_type == 'tag'
50+
needs: [c, js]
51+
steps:
52+
- name: Download all artifacts
53+
uses: actions/download-artifact@v4
54+
with:
55+
path: artifacts
56+
- name: Create Release and Upload Assets
57+
uses: softprops/action-gh-release@v2
58+
with:
59+
files: artifacts/**/*.null0

0 commit comments

Comments
 (0)