mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update build.yaml
This commit is contained in:
parent
7b61c56538
commit
59973d83d9
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@ -25,6 +25,16 @@ jobs:
|
||||
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
||||
- uses: robinraju/release-downloader@v1.3
|
||||
with:
|
||||
repository: " PacificEngine/OW_CommonResources"
|
||||
latest: true
|
||||
fileName: "PacificEngine.OW_CommonResources.zip"
|
||||
out-file-path: "CR-Download/"
|
||||
|
||||
- run: 7z x -o CR-Build/ CR-Download/PacificEngine.OW_CommonResources.zip
|
||||
|
||||
# Idk
|
||||
- id: CommonResources
|
||||
uses: pozetroninc/github-action-get-latest-release@master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user