mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Debug action build
This commit is contained in:
parent
d5c75824e4
commit
13d20deb13
1 changed files with 6 additions and 0 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -25,6 +25,12 @@ jobs:
|
|||
container: jugeeya/cargo-skyline:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: WHERE
|
||||
run: env
|
||||
- name: AM
|
||||
run: ls && pwd
|
||||
- name: I
|
||||
run: ls ..
|
||||
- name: Build release NRO
|
||||
run: cargo skyline build --release
|
||||
- name: Upload plugin artifact
|
||||
|
|
Loading…
Reference in a new issue