Skip to content

Commit

Permalink
ci: Compress Uploaded Artifacts by 9x
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-0 committed Dec 22, 2024
1 parent 4513580 commit a7b3722
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
name: tubesync_android_nightly
path: build/app/outputs/flutter-apk/app-profile.apk
compression-level: 9

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
with:
name: tubesync_linux_nightly
path: build/linux/x64/release/bundle/
compression-level: 9

build-ios:
runs-on: macOS-latest
Expand Down Expand Up @@ -112,6 +114,7 @@ jobs:
with:
name: tubesync_ios_nightly
path: tubesync_unsigned.ipa
compression-level: 9

build-mac:
runs-on: macOS-latest
Expand Down Expand Up @@ -143,3 +146,4 @@ jobs:
with:
name: tubesync_macos_nightly
path: tubesync_macos.zip
compression-level: 9
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
name: tubesync_android_release
path: build/app/outputs/flutter-apk/app-*.apk
compression-level: 9

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: tubesync_linux_release
compression-level: 9
path: |
build/linux/x64/release/bundle/
!build/linux/x64/release/bundle/tubesync_linux.zip
Expand Down Expand Up @@ -143,6 +145,8 @@ jobs:
with:
name: tubesync_ios_release
path: tubesync_ios_unsigned.ipa
compression-level: 9

build-mac:
runs-on: macOS-latest
steps:
Expand Down Expand Up @@ -178,4 +182,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: tubesync_macos_release
compression-level: 9
path: tubesync_macos.zip

0 comments on commit a7b3722

Please sign in to comment.