Skip to content

Commit

Permalink
Fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Sep 2, 2023
1 parent eb4d9b0 commit 55a82a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: qmk_toolbox.exe
path: windows/QMK Toolbox/bin/Release/qmk_toolbox.exe
path: windows/QMK Toolbox/bin/Release/net6.0-windows10.0.17763.0/qmk_toolbox.exe

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion windows/install_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"

[Files]
Source: "QMK Toolbox\bin\Release\qmk_toolbox.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "QMK Toolbox\bin\Release\net6.0-windows10.0.17763.0\qmk_toolbox.exe"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit 55a82a9

Please sign in to comment.