Skip to content

Commit

Permalink
fix🐛:
Browse files Browse the repository at this point in the history
  • Loading branch information
moxun33 committed Jan 19, 2025
1 parent a989caf commit 937d774
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
- run: flutter config --enable-linux-desktop
- run: flutter doctor --verbose
- run: flutter pub get
- run: flutter build linux --verbose
- run: mv build/linux/x64/release/bundle .
- run: tar -zcvf vvibe-${{github.ref_name}}-linux-x64.tar.gz bundle
- run: flutter build linux --verbose --release
#- run: mv build/linux/x64/release/bundle .
- run: cmake -E tar Jcvf vvibe-${{github.ref_name}}-linux-x64.tar.xz build/linux/x64/release/bundle

- name: Archive Release
uses: softprops/action-gh-release@v2
Expand All @@ -123,6 +123,6 @@ jobs:
- name: Upload Release Asset
uses: actions/upload-artifact@v3
with:
name: vvibe-${{github.ref_name}}-linux-x64.tar.gz
path: vvibe-${{github.ref_name}}-linux*.tar.gz
name: vvibe-${{github.ref_name}}-linux-x64.tar.xz
path: vvibe-${{github.ref_name}}-linux*.tar.xz

0 comments on commit 937d774

Please sign in to comment.