Skip to content

Commit 2f2946d

Browse files
authored
Update android.yml
1 parent 40e5ca0 commit 2f2946d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Upload debug apk
3333
uses: actions/upload-artifact@v3
3434
with:
35-
name: webgal-$GITHUB_RUN_NUMBER-debug.apk
36-
path: webgal-$GITHUB_RUN_NUMBER-debug.apk
35+
name: webgal-${{ github.run_number }}-debug.apk
36+
path: webgal-${{ github.run_number }}-debug.apk

0 commit comments

Comments
 (0)