Skip to content

Commit

Permalink
I may be stupid (fix version next iteration)
Browse files Browse the repository at this point in the history
  • Loading branch information
K4sum1 committed Apr 26, 2024
1 parent 314ea73 commit 444ddad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
- name: Upload StickShift exe Installer
uses: actions/upload-artifact@v3
with:
name: StickShift-x86_64-Win_GUI-EXE
path: win/CS/HandBrakeWPF/bin/publish/HandBrake-x86_64-Win_GUI.exe
name: StickShift-1.7.4-x86_64-Win_GUI-EXE
path: win/CS/HandBrakeWPF/bin/publish/StickShift-1.7.4-x86_64-Win_GUI.exe

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

0 comments on commit 444ddad

Please sign in to comment.