Skip to content

Commit

Permalink
Set artifact compression level to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent a21fb29 commit d23ae95
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,15 @@ jobs:
install
build/test/odr_test
build/test/Release/odr_test.exe
compression-level: 0

- name: Artifact .conan2/p dir
uses: actions/upload-artifact@v4
with:
name: conan2-${{ matrix.os }}-${{ matrix.compiler }}
path: ~/.conan2/p
if-no-files-found: error

- name: Artifact .conan2/p dir - comp 1
uses: actions/upload-artifact@v4
with:
name: conan2-1-${{ matrix.os }}-${{ matrix.compiler }}
path: ~/.conan2/p
if-no-files-found: error
compression-level: 1

- name: Artifact .conan2/p dir - comp 9
uses: actions/upload-artifact@v4
with:
name: conan2-9-${{ matrix.os }}-${{ matrix.compiler }}
path: ~/.conan2/p
if-no-files-found: error
compression-level: 9
compression-level: 0

docker:
needs: build
Expand Down

0 comments on commit d23ae95

Please sign in to comment.