1
0
Fork 0
mirror of synced 2024-05-19 20:02:24 +12:00
This commit is contained in:
Rafał Mikrut 2022-01-06 00:31:28 +01:00
parent 2a4932272f
commit 77d937bc42

View file

@ -52,7 +52,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-Windows-release-normal-${{ matrix.toolchain }}
path: target/release/czkawka_gui.exe
path: target/release/x86_64-pc-windows-gnu/czkawka_gui.exe
windows-debug-gui:
strategy:
@ -97,7 +97,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-Windows-release-normal-${{ matrix.toolchain }}
path: target/debug/czkawka_gui.exe
path: target/debug/x86_64-pc-windows-gnu/czkawka_gui.exe
windows-release-console:
strategy:
@ -143,7 +143,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-Windows-release-console-${{ matrix.toolchain }}
path: target/release/czkawka_gui.exe
path: target/release/x86_64-pc-windows-gnu/czkawka_gui.exe
windows-debug-console:
strategy:
@ -189,4 +189,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: czkawka_gui-Windows-debug-console-${{ matrix.toolchain }}
path: target/debug/czkawka_gui.exe
path: target/debug/x86_64-pc-windows-gnu/czkawka_gui.exe