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

Commit 0c03f64

Browse files
authored
fix(ci-cd): Fix path
1 parent 8d54c67 commit 0c03f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5858
with:
59-
files: 'build/app/outputs/flutter-apk/release/*.apk'
59+
files: 'build/app/outputs/flutter-apk/*.apk'

0 commit comments

Comments
 (0)