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 c437b97 commit acaa904
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 acaa904

Please sign in to comment.