Skip to content

Commit

Permalink
Update workflow to not include hardcoded filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jan 7, 2024
1 parent 77d80c8 commit 3e2c3b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: talkback-foss-test
path: |
build/outputs/apk/phone/debug/talkback-foss-phone-debug.apk
build/outputs/apk/phone/release/talkback-foss-phone-release-unsigned.apk
path: build/outputs/apk/phone/*

0 comments on commit 3e2c3b5

Please sign in to comment.