mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Debug action with proper path
This commit is contained in:
parent
13d20deb13
commit
cb9c737f37
1 changed files with 7 additions and 0 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -23,16 +23,23 @@ jobs:
|
|||
plugin:
|
||||
runs-on: ubuntu-latest
|
||||
container: jugeeya/cargo-skyline:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: '../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
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue