Skip to content

Commit

Permalink
fix access to itchio_target
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Sep 19, 2023
1 parent a9208fd commit acf9573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
id : check-itchio-target
run: |
echo ${{env.binary}}
if [[ -z ${{ inputs.itchio_target || env.itchio_target }} ]]; then
if [[ -z "${{ inputs.itchio_target || env.itchio_target }}" ]]; then
echo "target_exists=false" >> $GITHUB_OUTPUT
else
echo "target_exists=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit acf9573

Please sign in to comment.