File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 uses : actions/upload-artifact@v6
190190 with :
191191 name : google-apk
192- path : app/build/outputs/apk/google/release /*.apk
192+ path : app/build/outputs/apk/** /*.apk
193193 retention-days : 1
194194
195195 - name : Attest Google artifacts provenance
@@ -198,7 +198,7 @@ jobs:
198198 with :
199199 subject-path : |
200200 app/build/outputs/bundle/googleRelease/app-google-release.aab
201- app/build/outputs/apk/google/release /*.apk
201+ app/build/outputs/apk/** /*.apk
202202
203203 release-fdroid :
204204 runs-on : ubuntu-latest
@@ -254,13 +254,13 @@ jobs:
254254 uses : actions/upload-artifact@v6
255255 with :
256256 name : fdroid-apk
257- path : app/build/outputs/apk/fdroid/release /*.apk
257+ path : app/build/outputs/apk/** /*.apk
258258 retention-days : 1
259259
260260 - name : Attest F-Droid APK provenance
261261 uses : actions/attest-build-provenance@v3
262262 with :
263- subject-path : app/build/outputs/apk/fdroid/release /*.apk
263+ subject-path : app/build/outputs/apk/** /*.apk
264264
265265 github-release :
266266 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments