Skip to content

Commit 84e0dac

Browse files
committed
Fix CI artifact paths
1 parent 5c19e73 commit 84e0dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: flutter-android-apk
72-
path: build/app/outputs/flutter-apk/app-release.apk
72+
path: flutter_game/build/app/outputs/flutter-apk/app-release.apk
7373
if-no-files-found: error
7474

7575
- name: Upload Linux desktop bundle
7676
uses: actions/upload-artifact@v4
7777
with:
7878
name: flutter-linux-desktop
79-
path: flutter-linux-bundle.tar.gz
79+
path: flutter_game/flutter-linux-bundle.tar.gz
8080
if-no-files-found: error

0 commit comments

Comments
 (0)