mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Upload artifact path fix
This commit is contained in:
parent
489c42b4a2
commit
003bd03f95
1 changed files with 2 additions and 10 deletions
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -25,23 +25,15 @@ jobs:
|
|||
container: jugeeya/cargo-skyline:latest
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
- name: Clone master
|
||||
run: git clone https://github.com/jugeeya/UltimateTrainingModpack
|
||||
working-directory: /volume/
|
||||
- name: WHERE
|
||||
run: env
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
- name: AM
|
||||
run: ls && pwd
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
- name: I
|
||||
run: ls ..
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
- name: Build release NRO
|
||||
run: cargo skyline build --release
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
- name: Upload plugin artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
working-directory: /volume/UltimateTrainingModpack
|
||||
with:
|
||||
name: plugin
|
||||
path: target/aarch64-skyline-switch/release/libtraining_modpack.nro
|
||||
|
|
Loading…
Reference in a new issue