ci: Move linux build into local directory

This commit is contained in:
krille-chan 2023-09-15 19:48:35 +02:00
parent cad33f0248
commit ce1f52df35
No known key found for this signature in database

View file

@ -89,7 +89,7 @@ jobs:
- run: flutter pub get
- run: flutter build linux --release --target-platform linux-x64
- name: Create archive
run: tar -czf fluffychat-linux-x64.tar.gz build/linux/x64/release/bundle/
run: tar -czf fluffychat-linux-x64.tar.gz -C build/linux/x64/release/bundle/ .
- name: Upload to release
uses: actions/upload-release-asset@v1
env: