Skip to content

Commit 57ef45c

Browse files
chore(CI): APK artifact paths in nightly build workflow
1 parent c3171e6 commit 57ef45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
uses: actions/upload-artifact@v7
180180
with:
181181
name: app-debug-${{ env.GIT_COMMIT }}
182-
path: /tmp/app-debug-normal.apk
182+
path: /tmp/acode-debug-normal-${{ env.UPDATED_VERSION }}.apk
183183

184184
- name: Run npm build paid dev apk fdroid (for F-Droid)
185185
if: ${{ !inputs.is_PR }}
@@ -193,7 +193,7 @@
193193
if: ${{ !inputs.is_PR }}
194194
with:
195195
name: app-debug-fdroid-${{ env.GIT_COMMIT }}
196-
path: /tmp/app-debug-fdroid.apk
196+
path: /tmp/acode-debug-fdroid-${{ env.UPDATED_VERSION }}.apk
197197

198198
- name: remove keystore and build.json
199199
run: |

0 commit comments

Comments
 (0)