We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e5ca0 commit 2f2946dCopy full SHA for 2f2946d
1 file changed
.github/workflows/android.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Upload debug apk
33
uses: actions/upload-artifact@v3
34
with:
35
- name: webgal-$GITHUB_RUN_NUMBER-debug.apk
36
- path: webgal-$GITHUB_RUN_NUMBER-debug.apk
+ name: webgal-${{ github.run_number }}-debug.apk
+ path: webgal-${{ github.run_number }}-debug.apk
0 commit comments