summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-08-31 18:04:29 +0100
committersr55 <[email protected]>2020-08-31 18:04:35 +0100
commitc4672944ae070db0e609e6bd5ca2fc0b29a79d76 (patch)
tree02afc3e652658f3c117e8865709b798adff69603 /.github
parentf7aa61208c262646c37677223d6fe7cc3beb19a0 (diff)
WinGui: temporary build fix 2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index b78986cb2..9650e2d2d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -107,13 +107,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: HandBrake-x86_64-Win_GUI-EXE
- path: win/CS/HandBrakeWPF/bin/x64/Release/HandBrake-Nightly-x86_64-Win_GUI.exe
+ path: win/CS/HandBrakeWPF/bin/x64/Debug/HandBrake-Nightly-x86_64-Win_GUI.exe
- name: Upload HandBrake msi Installer
uses: actions/upload-artifact@v2
with:
name: HandBrake-x86_64-Win_GUI-MSI
- path: win/CS/HandBrakeWPF/bin/x64/Release/HandBrake-Nightly-x86_64-Win_GUI.msi
+ path: win/CS/HandBrakeWPF/bin/x64/Debug/HandBrake-Nightly-x86_64-Win_GUI.msi
- name: Tidy up past artifacts
uses: kolpav/purge-artifacts-action@v1