Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaloop authored Sep 3, 2024
1 parent c67e189 commit b725a6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
elif [[ "${{ matrix.os }}" == "windows-latest" ]]; then
flutter build windows
fi
shell: bash

- name: Zip entire build directory
- name: Pack releases
run: |
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
pushd build/linux/x64/release/bundle
Expand All @@ -57,7 +58,7 @@ jobs:
fi
shell: bash

- name: Upload Artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-build
Expand Down

0 comments on commit b725a6d

Please sign in to comment.