Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chemodax authored Jan 7, 2024
1 parent 176fb3d commit 4474c54
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 @@ -58,7 +58,7 @@ jobs:
asset_content_type: application/msi

- name: Upload pbench.exe to Release
if: ${{ matrix.platform }} == 'x86'
if: ${{ matrix.platform == 'x86' }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4474c54

Please sign in to comment.