mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
fix: tag workflow
This commit is contained in:
parent
a45bc89b33
commit
d8d79f7b7d
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
windows:
|
windows:
|
||||||
needs: [cleanup-dev-release]
|
needs: [cleanup-dev-release]
|
||||||
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
|
if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
|
|
||||||
windows7:
|
windows7:
|
||||||
needs: [cleanup-dev-release]
|
needs: [cleanup-dev-release]
|
||||||
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
|
if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -186,7 +186,7 @@ jobs:
|
|||||||
|
|
||||||
linux:
|
linux:
|
||||||
needs: [cleanup-dev-release]
|
needs: [cleanup-dev-release]
|
||||||
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
|
if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -251,7 +251,7 @@ jobs:
|
|||||||
|
|
||||||
macos:
|
macos:
|
||||||
needs: [cleanup-dev-release]
|
needs: [cleanup-dev-release]
|
||||||
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
|
if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -338,7 +338,7 @@ jobs:
|
|||||||
|
|
||||||
macos10:
|
macos10:
|
||||||
needs: [cleanup-dev-release]
|
needs: [cleanup-dev-release]
|
||||||
if: always() && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
|
if: (startsWith(github.ref, 'refs/tags/v')) || (github.event_name == 'workflow_dispatch' && always())
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user