mirror of
https://github.com/rehlds/reunion.git
synced 2025-07-23 21:51:43 +03:00
ci fix
This commit is contained in:
parent
2ae36f5e48
commit
0dd33dd0e3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -265,8 +265,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: win32
|
name: win32
|
||||||
|
|
||||||
- name: Packaging
|
- name: Final signing and Packaging
|
||||||
id: packaging-job
|
id: packaging-job
|
||||||
|
if: |
|
||||||
|
github.event_name == 'release' &&
|
||||||
|
github.event.action == 'published' &&
|
||||||
|
startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
# new runner, niw signs
|
# new runner, niw signs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user