Skip to content

Commit

Permalink
Improve naming in build workflow (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Jul 15, 2023
1 parent a4a30e5 commit 343f343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 343f343

Please sign in to comment.