1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-01-19 08:50:14 +00:00

Use checkout action

This commit is contained in:
jugeeya 2020-09-20 13:29:32 -07:00 committed by GitHub
parent 0107e31b85
commit 87f2e9f2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,9 +25,11 @@ jobs:
container: jugeeya/cargo-skyline:latest container: jugeeya/cargo-skyline:latest
steps: steps:
- name: Clone master - uses: actions/checkout@v2
run: git clone https://github.com/jugeeya/UltimateTrainingModpack with:
working-directory: /volume/ path: '/volume'
env:
GITHUB_WORKSPACE: '/'
- name: Build release NRO - name: Build release NRO
run: cargo skyline build --release run: cargo skyline build --release
working-directory: /volume/UltimateTrainingModpack working-directory: /volume/UltimateTrainingModpack