1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Build with layout_arc_from_file

This commit is contained in:
jugeeya 2023-09-13 17:23:11 -07:00 committed by GitHub
parent a27681ce63
commit 463b79769a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
cargo-skyline skyline update-std
- name: Build release NRO
id: build_release
run: RUSTFLAGS=-g cargo-skyline skyline build --release
run: RUSTFLAGS=-g cargo-skyline skyline build --release --features layout_arc_from_file
- name: Upload plugin artifact
uses: actions/upload-artifact@v3
with: