1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-14 02:16:10 +00:00

Outside training mode artifact in parallel

This commit is contained in:
jugeeya 2021-08-15 23:32:15 -07:00 committed by GitHub
parent 7868a91fd8
commit ae791b42b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,13 +46,18 @@ jobs:
with:
name: svg
path: src/templates/*.svg
plugin_outside_training_mode:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
container:
image: jugeeya/cargo-skyline:2.1.0
steps:
- uses: actions/checkout@v2
- name: Build outside_training_mode NRO
if: github.ref == 'refs/heads/master'
run: PATH=$PATH:/root/.cargo/bin /root/.cargo/bin/cargo-skyline skyline build --features outside_training_mode
env:
HOME: /root
- name: Upload plugin (outside training mode) artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
with:
name: plugin_outside_training_mode