Skip to content

Commit

Permalink
Merge pull request #22091 from n1hility/fix-typeo
Browse files Browse the repository at this point in the history
[CI:BUILD] Fix type-o
  • Loading branch information
openshift-merge-bot[bot] authored Mar 19, 2024
2 parents d398b92 + b1fd03f commit 1edbc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Confirm upload_asset_name is non-empty
if: ${{ steps.check.outputs.upload_asset_name == '' }}
run: |
Write-Output "::error::check.ps1 script failed to find manually uploaded podman-remote-release-windows_md64.zip github release asset for version ${{steps.getversion.outputs.version}}."
Write-Output "::error::check.ps1 script failed to find manually uploaded podman-remote-release-windows_amd64.zip github release asset for version ${{steps.getversion.outputs.version}}."
Exit 1
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 1edbc28

Please sign in to comment.