Skip to content

Commit

Permalink
fix release agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 3, 2024
1 parent 3b0ccec commit 02926db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
$version = $env:GITHUB_REF -replace 'refs/tags/v', ''
echo "version=$version" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- env:
MSI_NAME: "${{ github.event.repository.name }}-${{ github.event.release.tag_name }}-windows.msi"
MSI_NAME: "pbs-d2d-agent-${{ github.event.release.tag_name }}-windows-installer.msi"
VERSION: ${{ env.version }}
shell: pwsh
run: |
Expand Down

0 comments on commit 02926db

Please sign in to comment.