Skip to content

Commit 2508922

Browse files
test
1 parent b01b518 commit 2508922

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/create_binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: Enable desktop support
4747
run: flutter config --enable-linux-desktop
4848
- name: Build Linux app
49-
run: flutter build linux
49+
run: |
50+
pwd
51+
flutter build linux
5052
working-directory: ./build/linux/x64/release/bundle
5153
- name: Create artifact
5254
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)