mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
upload mac artifact
This commit is contained in:
parent
8d82c6dfc7
commit
e6b8acb3f6
1 changed files with 8 additions and 1 deletions
9
.github/workflows/build_and_test_debug.yml
vendored
9
.github/workflows/build_and_test_debug.yml
vendored
|
|
@ -179,5 +179,12 @@ jobs:
|
|||
- name: Set XCode Version
|
||||
run: sudo xcode-select -switch /Applications/Xcode_13.2.app
|
||||
|
||||
- name: Build OSX Manager
|
||||
- name: Build MacOS Manager
|
||||
run: npm run action server_manager/electron_app/build --platform mac
|
||||
|
||||
- name: Upload MacOS Manager
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: manager_macos_debug
|
||||
path: build/server_manager/electron_app/static/dist/Outline-Manager.dmg
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue