Skip to content

Commit

Permalink
Fix workflow expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 12, 2022
1 parent 133393c commit 31da991
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 @@ -97,7 +97,7 @@ jobs:

# TODO: Remove this after deprecation notice
- name: Upload Binary to Release aliases
if: ${{ matrix.artifact-alias != "" }}
if: ${{ matrix.artifact-alias != '' }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 31da991

Please sign in to comment.