mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
install in local folder and archive in CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -160,7 +160,11 @@ jobs:
|
||||
- name: Run Tests
|
||||
shell: bash
|
||||
run: . scripts/setenv -q && run-tests
|
||||
# Should we upload any of these artifacts? Probably not...
|
||||
- name: Upload artifacts (CI)
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: "OpenRCT2-macOS-cmake"
|
||||
path: build/install/*
|
||||
|
||||
linux-portable:
|
||||
name: Linux (x64, portable)
|
||||
|
||||
Reference in New Issue
Block a user