mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove on release build
This commit is contained in:
parent
cdff79c159
commit
9865ce4698
7
.github/workflows/release_build.yml
vendored
7
.github/workflows/release_build.yml
vendored
@ -35,13 +35,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
artifact_name: NewHorizons-Schemas-Release
|
artifact_name: NewHorizons-Schemas-Release
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
Update_Docs:
|
|
||||||
name: 'Update Docs'
|
|
||||||
needs: Build
|
|
||||||
if: ${{ needs.Build.outputs.schemas_changed == 'true' && github.ref == 'refs/heads/main' }} # Same thing with docs
|
|
||||||
uses: './.github/workflows/docs_build.yml'
|
|
||||||
with:
|
|
||||||
schemas_artifact: NewHorizons-Schemas-Debug
|
|
||||||
Update_Release:
|
Update_Release:
|
||||||
name: 'Create/Update Release Asset'
|
name: 'Create/Update Release Asset'
|
||||||
needs: Build
|
needs: Build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user