mirror of
https://github.com/rehlds/reunion.git
synced 2025-07-23 13:41:42 +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:
|
||||
name: win32
|
||||
|
||||
- name: Packaging
|
||||
- name: Final signing and Packaging
|
||||
id: packaging-job
|
||||
if: |
|
||||
github.event_name == 'release' &&
|
||||
github.event.action == 'published' &&
|
||||
startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
|
||||
# new runner, niw signs
|
||||
|
Loading…
x
Reference in New Issue
Block a user