Skip to content

Commit

Permalink
Fix path to SwiftWinRT.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle committed Jul 22, 2024
1 parent c2aa382 commit b6dc48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
$Version = "${{ github.event.release.tag_name && inputs.version }}"
if ($Version.StartsWith("v")) { $Version = $Version.Substring(1) }
& .\Create-NuGetPackage.ps1 `
-NativeExe "build\release\bin\SwiftWinRT.exe" `
-NativeExe "build\release\Sources\SwiftWinRT\SwiftWinRT.exe" `
-Version $Version `
-OutputPath "${{ github.workspace }}\SwiftWinRT.nupkg"
Expand Down

0 comments on commit b6dc48c

Please sign in to comment.