Update build.yaml

This commit is contained in:
Ben C 2022-03-01 21:26:43 -08:00 committed by GitHub
parent 7b61c56538
commit 59973d83d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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