There was an error while loading. Please reload this page.
1 parent 8913323 commit f12fda4Copy full SHA for f12fda4
1 file changed
.github/workflows/release.yaml
@@ -131,7 +131,7 @@ jobs:
131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132
run: |
133
set -euo pipefail
134
- gh release upload "${{ env.RELEASE_VERSION }}" --clobber \
+ gh release upload "${{ env.RELEASE_VERSION }}" --clobber --repo "${{ github.repository }}" \
135
"apks/app-playstore-release.apk#simplelogin-playstore-${{ env.RELEASE_VERSION }}.apk" \
136
"apks/app-fdroid-release.apk#simplelogin-fdroid-${{ env.RELEASE_VERSION }}.apk"
137
0 commit comments