mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-01 19:15:01 +02:00
Chore: Desktop: Fixed building of M1 release
This commit is contained in:
parent
99d99b9d85
commit
4116f3d55b
9
.github/workflows/build-macos-m1.yml
vendored
9
.github/workflows/build-macos-m1.yml
vendored
@ -14,12 +14,9 @@ jobs:
|
|||||||
|
|
||||||
Main:
|
Main:
|
||||||
needs: pre_job
|
needs: pre_job
|
||||||
# We always process server or desktop release tags, because they also publish the release
|
# We always process desktop release tags, because they also publish the release
|
||||||
if: github.repository == 'laurent22/joplin' && needs.pre_job.outputs.should_skip != 'true'
|
if: github.repository == 'laurent22/joplin' && (needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/v'))
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: macos-latest
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [macos-latest]
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user