We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c19e73 commit 84e0dacCopy full SHA for 84e0dac
.github/workflows/flutter-ci.yml
@@ -69,12 +69,12 @@ jobs:
69
uses: actions/upload-artifact@v4
70
with:
71
name: flutter-android-apk
72
- path: build/app/outputs/flutter-apk/app-release.apk
+ path: flutter_game/build/app/outputs/flutter-apk/app-release.apk
73
if-no-files-found: error
74
75
- name: Upload Linux desktop bundle
76
77
78
name: flutter-linux-desktop
79
- path: flutter-linux-bundle.tar.gz
+ path: flutter_game/flutter-linux-bundle.tar.gz
80
0 commit comments