mirror of
https://github.com/coaidev/coai.git
synced 2025-05-26 00:10:15 +09:00
feat: upload CI build artifact (merge #35 from ZianTT)
feat: upload CI build artifact
This commit is contained in:
commit
93a41fda51
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -33,3 +33,8 @@ jobs:
|
||||
npm install -g pnpm
|
||||
pnpm install
|
||||
pnpm build
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.0.0
|
||||
with:
|
||||
name: Build result
|
||||
path: app/dist
|
||||
|
Loading…
Reference in New Issue
Block a user