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:
parent
e2cedb462b
commit
9dc7b626b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue