Skip to content

Commit 98c5c38

Browse files
committed
woops
1 parent 43d4edd commit 98c5c38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/windows.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
$env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
108108
msbuild win\cs\build.xml /t:x64 /p:PfxFile=$env:SigningCertificate /p:PfxPwd=${{ secrets.HandBrakeTeam_pfx_pwd }} /p:SignTimestampServer=http://time.certum.pl/
109109
110-
- name: Upload HandBrake exe Installer
110+
- name: Upload StickShift exe Installer
111111
uses: actions/upload-artifact@v3
112112
with:
113-
name: HandBrake-x86_64-Win_GUI-EXE
114-
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-Nightly-x86_64-Win_GUI.exe
113+
name: StickShift-x86_64-Win_GUI-EXE
114+
path: win/CS/HandBrakeWPF/bin/publish/StickShift-x86_64-Win_GUI.exe
115115

116-
- name: Upload HandBrake msi Installer
116+
- name: Upload StickShift msi Installer
117117
uses: actions/upload-artifact@v3
118118
with:
119-
name: HandBrake-x86_64-Win_GUI-MSI
120-
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-Nightly-x86_64-Win_GUI.msi
119+
name: StickShift-x86_64-Win_GUI-MSI
120+
path: win/CS/HandBrakeWPF/bin/publish/StickShift-x86_64-Win_GUI.msi

0 commit comments

Comments
 (0)