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
steps:
- name: Clone master
run: git clone https://github.com/jugeeya/UltimateTrainingModpack
working-directory: /volume/
- uses: actions/checkout@v2
with:
path: '/volume'
env:
GITHUB_WORKSPACE: '/'
- name: Build release NRO
run: cargo skyline build --release
working-directory: /volume/UltimateTrainingModpack