Skip to content

Commit

Permalink
[CI][SkipCI] try compressing build with LZ4, github's zip takes forever
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Oct 31, 2023
1 parent d2841ab commit 1fae006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
with:
name: "${{ inputs.package }}-${{ matrix.ndk }}-${{ matrix.libraryType }}-logs"
path: "${{ inputs.package }}/build/port/logs"
if-no-files-found: error

- run: tar --use-compress-program=lz4 -cf "${{ inputs.package }}-${{ matrix.ndk }}-${{ matrix.libraryType }}-build.tar.lz4" "${{ inputs.package }}/build"
if: always()
- uses: actions/upload-artifact@v3
name: Artifact build
if: always()
with:
name: "${{ inputs.package }}-${{ matrix.ndk }}-${{ matrix.libraryType }}-build"
path: "${{ inputs.package }}/build"
if-no-files-found: error
name: "${{ inputs.package }}-${{ matrix.ndk }}-${{ matrix.libraryType }}-build.tar.lz4"
path: "${{ inputs.package }}-${{ matrix.ndk }}-${{ matrix.libraryType }}-build.tar.lz4"

- uses: actions/upload-artifact@v3
name: Artifact MavenLocal
Expand Down

0 comments on commit 1fae006

Please sign in to comment.