mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Release Build Again
This commit is contained in:
parent
ce17b48b7c
commit
50b3094a91
2
.github/workflows/release_build.yml
vendored
2
.github/workflows/release_build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
Update_Release:
|
||||
name: 'Create/Update Release Asset'
|
||||
needs: Build
|
||||
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.draft == 'false' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
||||
if: ${{ github.ref != 'refs/heads/main' && contains(github.event.pull_request.labels.*.name, 'update-pr') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Asset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user