mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Upload artifacts after ci
This commit is contained in:
parent
6eba8a8062
commit
2a7388b490
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
@ -46,6 +46,12 @@ jobs:
|
|||||||
./ParserTests
|
./ParserTests
|
||||||
./ZoneCodeGeneratorLibTests
|
./ZoneCodeGeneratorLibTests
|
||||||
./ZoneCommonTests
|
./ZoneCommonTests
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: oat-linux
|
||||||
|
path: |
|
||||||
|
${{ github.workspace }}/build/bin/Release_x86
|
||||||
|
|
||||||
build-test-windows:
|
build-test-windows:
|
||||||
env:
|
env:
|
||||||
@ -80,4 +86,10 @@ jobs:
|
|||||||
./ObjLoadingTests
|
./ObjLoadingTests
|
||||||
./ParserTests
|
./ParserTests
|
||||||
./ZoneCodeGeneratorLibTests
|
./ZoneCodeGeneratorLibTests
|
||||||
./ZoneCommonTests
|
./ZoneCommonTests
|
||||||
|
- name: Upload artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: oat-windows
|
||||||
|
path: |
|
||||||
|
${{ github.workspace }}/build/bin/Release_x86
|
Loading…
x
Reference in New Issue
Block a user