Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Apr 26, 2024
1 parent 43d4edd commit 98c5c38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ jobs:
$env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin"
msbuild win\cs\build.xml /t:x64 /p:PfxFile=$env:SigningCertificate /p:PfxPwd=${{ secrets.HandBrakeTeam_pfx_pwd }} /p:SignTimestampServer=http://time.certum.pl/
- name: Upload HandBrake exe Installer
- name: Upload StickShift exe Installer
uses: actions/upload-artifact@v3
with:
name: HandBrake-x86_64-Win_GUI-EXE
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-Nightly-x86_64-Win_GUI.exe
name: StickShift-x86_64-Win_GUI-EXE
path: win/CS/HandBrakeWPF/bin/publish/StickShift-x86_64-Win_GUI.exe

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

0 comments on commit 98c5c38

Please sign in to comment.