ci: Fix archive linux arm64
This commit is contained in:
parent
fef7d89de3
commit
930f0fc7ad
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue