Skip to content

Commit

Permalink
Fix: twitter not added in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolnsX committed Jun 4, 2024
1 parent f7fe5ee commit 395b5cc
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 @@ -37,7 +37,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: yt-*.apk
file: *.apk
tag: ${{ steps.check_apks.outputs.RELEASE_TAG }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 395b5cc

Please sign in to comment.