Skip to content

Commit 6c1dbfb

Browse files
committed
tools: disable zipping tarballs on GHA
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #64423 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 42b4bff commit 6c1dbfb

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build-shared.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
steps:
3939
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4040
with:
41-
name: tarballs
4241
path: tarballs
4342

4443
- name: Extract tarball

.github/workflows/build-tarball.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ jobs:
9191
- name: Upload tarball artifact
9292
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393
with:
94-
name: tarballs
9594
path: '*.tar.gz'
96-
compression-level: 0
95+
archive: false
9796
test-tarball-linux:
9897
needs: build-tarball
9998
runs-on: ubuntu-24.04-arm
@@ -125,7 +124,6 @@ jobs:
125124
- name: Download tarball
126125
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
127126
with:
128-
name: tarballs
129127
path: tarballs
130128
- name: Extract tarball
131129
run: |

.github/workflows/test-shared.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ jobs:
130130
- name: Upload tarball artifact
131131
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
with:
133-
name: tarballs
134133
path: '*.tar.gz'
135-
compression-level: 0
134+
archive: false
136135

137136
build:
138137
needs: build-tarball
@@ -172,7 +171,6 @@ jobs:
172171
steps:
173172
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
174173
with:
175-
name: tarballs
176174
path: tarballs
177175

178176
- name: Extract tarball

0 commit comments

Comments
 (0)