diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cac8abfb..06279af5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -131,7 +131,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -euo pipefail - gh release upload "${{ env.RELEASE_VERSION }}" --clobber \ + gh release upload "${{ env.RELEASE_VERSION }}" --clobber --repo "${{ github.repository }}" \ "apks/app-playstore-release.apk#simplelogin-playstore-${{ env.RELEASE_VERSION }}.apk" \ "apks/app-fdroid-release.apk#simplelogin-fdroid-${{ env.RELEASE_VERSION }}.apk"