Merge pull request #689 from Ralim/ci-tweak
Move artefact outputs to be done per model
This commit is contained in:
21
.github/workflows/ccpp.yml
vendored
21
.github/workflows/ccpp.yml
vendored
@@ -17,8 +17,21 @@ jobs:
|
|||||||
python3 make_translation.py
|
python3 make_translation.py
|
||||||
- name: make
|
- name: make
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
- name: Archive production artifacts
|
- name: Archive TS80 artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: compiled
|
name: TS80
|
||||||
path: ci/artefacts
|
path: ci/artefacts/TS80_*
|
||||||
|
if-no-files-found: error
|
||||||
|
- name: Archive TS80P artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: TS80P
|
||||||
|
path: ci/artefacts/TS80P_*
|
||||||
|
if-no-files-found: error
|
||||||
|
- name: Archive TS100 artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: TS100
|
||||||
|
path: ci/artefacts/TS100_*
|
||||||
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user