mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +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
|
||||
run: make
|
||||
working-directory: TrainingModpackOverlay
|
||||
- name: Upload build artifact
|
||||
- name: Upload overlay artifact
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: overlay
|
||||
|
@ -62,3 +62,8 @@ jobs:
|
|||
- `switch/.overlays/ovlTrainingModpack.ovl` is the Tesla submenu
|
||||
files: >
|
||||
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