Skip to content

Commit

Permalink
Add missing MSI extension
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Jan 24, 2025
1 parent a390527 commit 5c213d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
name="octopus_${{ needs.goreleaser.outputs.version }}_windows_amd64"
version="$(echo -e ${{ needs.goreleaser.outputs.version }} | sed 's/-.*$//')"
"${MSBUILD_PATH}\MSBuild.exe" ./build/windows/octopus.wixproj -p:SourceDir="$PWD" -p:OutputPath="$PWD" -p:OutputName="$name" -p:ProductVersion="$version"
echo "msi_name=$name" >> "$GITHUB_OUTPUT"
echo "msi_name=$name.msi" >> "$GITHUB_OUTPUT"
- name: Install AzureSignTool
run: dotnet tool install --global AzureSignTool
Expand Down

0 comments on commit 5c213d1

Please # to comment.