Skip to content

Commit ef39b2d

Browse files
committed
upload artifact
1 parent 00d7093 commit ef39b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Upload Android Artifact
186186
uses: actions/upload-artifact@v4
187-
if: startsWith(github.ref, 'refs/tags/')
187+
# if: startsWith(github.ref, 'refs/tags/')
188188
with:
189189
name: android-app-apk
190190
path: "client/build/app/outputs/flutter-apk/app-release.apk"

0 commit comments

Comments
 (0)