diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4eed37c..50eaa77 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -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