1
0
Fork 0
mirror of synced 2024-04-27 01:02:23 +12:00
This commit is contained in:
Rafał Mikrut 2022-01-06 08:54:32 +01:00
parent 9b23bf416f
commit 03555be4bd

View file

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