mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
fix g2.dat path on win arm64 build (#23427)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user