File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ jobs:
107
107
$env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
108
108
msbuild win\cs\build.xml /t:x64 /p:PfxFile=$env:SigningCertificate /p:PfxPwd=${{ secrets.HandBrakeTeam_pfx_pwd }} /p:SignTimestampServer=http://time.certum.pl/
109
109
110
- - name : Upload HandBrake exe Installer
110
+ - name : Upload StickShift exe Installer
111
111
uses : actions/upload-artifact@v3
112
112
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
115
115
116
- - name : Upload HandBrake msi Installer
116
+ - name : Upload StickShift msi Installer
117
117
uses : actions/upload-artifact@v3
118
118
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
You can’t perform that action at this time.
0 commit comments