Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit c707d5c

Browse files
committed
build script fix
1 parent b5204b0 commit c707d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android_test_builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
name: builds
9595
path: |
96-
build/app/outputs/flutter-apk/release/app-release.apk
96+
build/app/outputs/flutter-apk/app-release.apk
9797
build/app/outputs/bundle/release/app-release.aab
9898
build/linux/x64/release/debian/*.deb
9999
@@ -129,9 +129,9 @@ jobs:
129129
repo_token: "${{ secrets.GITHUB_TOKEN }}"
130130
prerelease: true
131131
files: |
132-
build/app/outputs/flutter-apk/release/app-release.apk
133-
build/app/outputs/bundle/release/app-release.aab
134-
build/linux/x64/release/debian/*.deb
132+
app/outputs/flutter-apk/app-release.apk
133+
app/outputs/bundle/release/app-release.aab
134+
linux/x64/release/debian/*.deb
135135
136136
version:
137137
name: Create version number

0 commit comments

Comments
 (0)