Update build-macos.yml
This commit is contained in:
9
.github/workflows/build-macos.yml
vendored
9
.github/workflows/build-macos.yml
vendored
@@ -33,3 +33,12 @@ jobs:
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Compress app
|
||||
run: zip -vr snorain-imager-mac.zip build/snorain-imager.app -x "*.DS_Store"
|
||||
|
||||
- name: Upload app
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'ubuntu-build'
|
||||
path: 'snorain-imager-mac.zip'
|
||||
|
Reference in New Issue
Block a user