mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
package macos cmake in old way
This commit is contained in:
parent
dfa2f14847
commit
004fdd5690
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -203,8 +203,11 @@ jobs:
|
||||||
- name: Package (MacOS)
|
- name: Package (MacOS)
|
||||||
if: startsWith(matrix.os, 'macos') && matrix.build-system == 'cmake'
|
if: startsWith(matrix.os, 'macos') && matrix.build-system == 'cmake'
|
||||||
run: |
|
run: |
|
||||||
|
ls -la
|
||||||
|
pwd
|
||||||
|
ls -la build || true
|
||||||
cd build
|
cd build
|
||||||
make package
|
sh ./../.CI/CreateDMG.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Upload artifact (MacOS)
|
- name: Upload artifact (MacOS)
|
||||||
|
|
Loading…
Reference in a new issue