Skip to content

Commit

Permalink
ci: Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Asion001 committed Sep 9, 2024
1 parent 0475306 commit f839e6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: web-app
path: ./build/web/
path: ./client/build/web/
- name: Publish Android Artifacts
uses: actions/upload-artifact@v4
if: github.event_name == 'workflow_call'
with:
name: android-app
path: ./build/app/outputs/flutter-apk/*.apk
path: ./client/build/app/outputs/flutter-apk/*.apk

0 comments on commit f839e6f

Please sign in to comment.