Skip to content

Commit

Permalink
ci: Fix archive linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 30, 2023
1 parent fef7d89 commit 930f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- run: flutter pub get
- run: flutter build linux --release
- name: Create archive
run: tar -czf fluffychat-linux-${{ matrix.arch }}.tar.gz build/linux/${{ matrix.arch }}/release/bundle/
run: tar -czf fluffychat-linux-${{ matrix.arch }}.tar.gz build/linux/*/release/bundle/
- name: Upload to release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 930f0fc

Please sign in to comment.