We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01b518 commit 2508922Copy full SHA for 2508922
.github/workflows/create_binaries.yml
@@ -46,7 +46,9 @@ jobs:
46
- name: Enable desktop support
47
run: flutter config --enable-linux-desktop
48
- name: Build Linux app
49
- run: flutter build linux
+ run: |
50
+ pwd
51
+ flutter build linux
52
working-directory: ./build/linux/x64/release/bundle
53
- name: Create artifact
54
uses: actions/upload-artifact@v2
0 commit comments