mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
fix g2.dat path on win arm64 build (#23427)
This commit is contained in:
parent
2a3a72396b
commit
110140b13f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -234,7 +234,7 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: g2-${{ needs.build_variables.outputs.name }}.dat
|
||||
path: bin/data/g2.dat
|
||||
path: bin/data
|
||||
- name: Build artifacts
|
||||
run: |
|
||||
. scripts/setenv -q
|
||||
|
|
Loading…
Reference in a new issue