mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
upload build artifact
This commit is contained in:
parent
7f91efc314
commit
ed1dff320d
7
.github/workflows/build-macos-x86.yml
vendored
7
.github/workflows/build-macos-x86.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: "Build MacOS x86"
|
||||
on: workflow_dispatch
|
||||
env:
|
||||
WAVETERM_VERSION: 0.5.3
|
||||
jobs:
|
||||
runbuild:
|
||||
name: "Build MacOS x86"
|
||||
@ -13,5 +15,10 @@ jobs:
|
||||
- run: brew install scripthaus
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: scripthaus run build-package
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: waveterm-build-darwin-x86
|
||||
path: out/make/zip/darwin/x86/*.zip
|
||||
retention_days: 2
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user