1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-27 20:34:03 +00:00

Fix feature on beta build

This commit is contained in:
jugeeya 2023-09-15 00:24:06 -07:00 committed by GitHub
parent e2cedb462b
commit 9dc7b626b6
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 --features layout_arc_from_file
run: RUSTFLAGS=-g cargo-skyline skyline build --release
- name: Upload plugin artifact
uses: actions/upload-artifact@v3
with: