mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-02-17 14:40:31 +00:00
Upload artifact so every commit has a built zip
This commit is contained in:
parent
6dd2f395fd
commit
9b70b502e5
1 changed files with 6 additions and 1 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
working-directory: TrainingModpackOverlay
|
working-directory: TrainingModpackOverlay
|
||||||
- name: Upload build artifact
|
- name: Upload overlay artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: overlay
|
name: overlay
|
||||||
|
@ -62,3 +62,8 @@ jobs:
|
||||||
- `switch/.overlays/ovlTrainingModpack.ovl` is the Tesla submenu
|
- `switch/.overlays/ovlTrainingModpack.ovl` is the Tesla submenu
|
||||||
files: >
|
files: >
|
||||||
training_modpack_beta.zip
|
training_modpack_beta.zip
|
||||||
|
- name: Upload zip as artifact
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: full_build
|
||||||
|
path: training_modpack_beta.zip
|
||||||
|
|
Loading…
Reference in a new issue