Skip to content

Commit

Permalink
Fix variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrab committed Dec 26, 2023
1 parent 430cdbb commit d83fe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ jobs.create-release.create_release.outputs.upload_url }}
upload_url: ${{ jobs.create-release.create_release.upload_url }}
asset_path: .\Installer\bin\Release\en-US\AOVpnManager.msi
asset_name: AOVpnManager-${{ matrix.architecture }}.msi
asset_content_type: application/msi

0 comments on commit d83fe91

Please sign in to comment.