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

Commit aa9adce

Browse files
committed
feat: github action
1 parent 0e0b3ee commit aa9adce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@ jobs:
8181
with:
8282
github_token: ${{secrets.ACCESS_TOKEN}}
8383
branch: master
84+
85+
- name: Upload artifact
86+
uses: actions/upload-artifact@v3
87+
with:
88+
name: dist_files
89+
path: dist/*.zip

0 commit comments

Comments
 (0)