1
0
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:
Laurent Cozic 2023-07-13 13:08:43 +01:00
parent 99d99b9d85
commit 4116f3d55b

View File

@ -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