forked from OpenGamers/abaddon
fix artifact path
This commit is contained in:
parent
43a41b34bc
commit
95a8da803a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build-windows-msys2-${{ matrix.buildtype }}
|
name: build-windows-msys2-${{ matrix.buildtype }}
|
||||||
path: ${{ runner.workspace }}/build
|
path: ${{ runner.workspace }}/abaddon/build
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
name: windows-${{ matrix.buildtype }}
|
name: windows-${{ matrix.buildtype }}
|
||||||
|
Loading…
Reference in New Issue
Block a user