Skip to content

Commit 06242a2

Browse files
authored
Merge pull request #156 from simple-login/ci/fix-upload-apks-job
ci: fix upload APKs job
2 parents 8913323 + f12fda4 commit 06242a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
run: |
133133
set -euo pipefail
134-
gh release upload "${{ env.RELEASE_VERSION }}" --clobber \
134+
gh release upload "${{ env.RELEASE_VERSION }}" --clobber --repo "${{ github.repository }}" \
135135
"apks/app-playstore-release.apk#simplelogin-playstore-${{ env.RELEASE_VERSION }}.apk" \
136136
"apks/app-fdroid-release.apk#simplelogin-fdroid-${{ env.RELEASE_VERSION }}.apk"
137137

0 commit comments

Comments
 (0)