Skip to content

Commit 8ff15e6

Browse files
fix linux artifacts
1 parent 2508922 commit 8ff15e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/create_binaries.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ jobs:
4646
- name: Enable desktop support
4747
run: flutter config --enable-linux-desktop
4848
- name: Build Linux app
49-
run: |
50-
pwd
51-
flutter build linux
52-
working-directory: ./build/linux/x64/release/bundle
49+
run: flutter build linux
5350
- name: Create artifact
5451
uses: actions/upload-artifact@v2
5552
with:

0 commit comments

Comments
 (0)