We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e299233 commit e6ba076Copy full SHA for e6ba076
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Create App Bundle (Gplay)
16
runs-on: ubuntu-latest
17
concurrency:
18
- group: ${{ github.ref == 'refs/head/main' && format('build-release-main-{0}', github.sha) }}
+ group: ${{ github.ref == 'refs/head/main' && format('build-release-main-gplay-{0}', github.sha) }}
19
cancel-in-progress: true
20
steps:
21
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
43
name: Create APKs (FDroid)
44
45
46
+ group: ${{ github.ref == 'refs/head/main' && format('build-release-main-fdroid-{0}', github.sha) }}
47
48
49
0 commit comments