Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolnsX authored May 22, 2024
1 parent a39d77e commit 20cc90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fi
- name: Upload binaries to release
if: ${{ steps.check_apks.outputs.apks_exist }} == 'true'
if: ${{ steps.check_apks.outputs.apks_exist == 'true' }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 20cc90c

Please sign in to comment.