Skip to content

Commit cc1e676

Browse files
committed
.
1 parent 3001a0a commit cc1e676

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ jobs:
3333
- name: Build Linux Release
3434
run: flutter build linux --release
3535

36-
- name: List Build Directory
37-
run: ls -alh build/linux/x64/release/bundle
36+
- name: Upload Linux Build Artifacts
37+
uses: actions/upload-artifact@v4
38+
with:
39+
name: linux-build
40+
path: build/linux/x64/release/bundle/
3841

3942
build-windows:
4043
name: Build on Windows

0 commit comments

Comments
 (0)