1
0
Fork 0
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:
jugeeya 2020-08-15 12:35:47 -07:00 committed by GitHub
parent 13d20deb13
commit cb9c737f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: