We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8913323 + f12fda4 commit 06242a2Copy full SHA for 06242a2
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