1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-22 19:01:30 +00:00

Improve naming in build workflow (#1938)

This commit is contained in:
Simon Frei 2023-07-15 11:47:58 +02:00 committed by GitHub
parent a4a30e5287
commit 343f3432b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ env:
jobs:
build:
name: Build
name: Debug Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
container: ghcr.io/syncthing/syncthing-android-builder
@ -26,7 +26,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: syncthing-debug.apk
name: syncthing-android-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
- uses: actions/upload-artifact@v3