File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4040 with :
41- name : tarballs
4241 path : tarballs
4342
4443 - name : Extract tarball
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments