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
3210fd709a
commit
2e3ff7161d
19
.github/workflows/build.yaml
vendored
19
.github/workflows/build.yaml
vendored
@ -25,16 +25,6 @@ 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 CR-Download/PacificEngine.OW_CommonResources.zip
|
||||
|
||||
# Idk
|
||||
- id: CommonResources
|
||||
uses: pozetroninc/github-action-get-latest-release@master
|
||||
@ -55,6 +45,15 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- 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 CR-Download/PacificEngine.OW_CommonResources.zip
|
||||
|
||||
- run: |
|
||||
ls
|
||||
ls NewHorizons/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user