mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Upload artifacts after ci
This commit is contained in:
parent
6eba8a8062
commit
2a7388b490
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -46,6 +46,12 @@ jobs:
|
||||
./ParserTests
|
||||
./ZoneCodeGeneratorLibTests
|
||||
./ZoneCommonTests
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: oat-linux
|
||||
path: |
|
||||
${{ github.workspace }}/build/bin/Release_x86
|
||||
|
||||
build-test-windows:
|
||||
env:
|
||||
@ -81,3 +87,9 @@ jobs:
|
||||
./ParserTests
|
||||
./ZoneCodeGeneratorLibTests
|
||||
./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