We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57f21c commit 66a2daaCopy full SHA for 66a2daa
1 file changed
.github/workflows/build_windows.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Package using Fastforge
38
run: |
39
fastforge package --platform windows --targets exe
40
- working-directory: build/windows/x64/release # Adjust based on your Flutter output
+ working-directory: build/windows/x64/runner/Release # Adjust based on your Flutter output
41
42
- name: Upload Artifact
43
uses: actions/upload-artifact@v4
0 commit comments