File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ template: &TEMPLATE |
123123 .prefix("create")
124124 .get()
125125
126- $sh("gh release create 0.1.0 -d -t \"Release 0.1.0 \" " + io.listFilenames(".").filter(f => f.indexOf("lib")>0 && f.lastIndexOf(".tar.gz")>0).join(" "))
126+ $sh("gh release create 0.1.1 -d -t \"Release 0.1.1 \" " + io.listFilenames(".").filter(f => f.indexOf("lib")>0 && f.lastIndexOf(".tar.gz")>0).join(" "))
127127 .prefix("gh")
128128 .get()
129129
@@ -160,7 +160,7 @@ todo:
160160 arch : amd64
161161 - name : buildUbuntuJE
162162 prefix : libjemalloc
163- suffix : redhat8 -aarch64
163+ suffix : debian -aarch64
164164 arch : arm64
165165
166166 - name : buildUbuntuTC
@@ -169,7 +169,7 @@ todo:
169169 arch : amd64
170170 - name : buildUbuntuTC
171171 prefix : libtcmalloc
172- suffix : redhat8 -aarch64
172+ suffix : debian -aarch64
173173 arch : arm64
174174
175175 - name : buildUBI8JE
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ jobs:
320320 - name : Upload output
321321 uses : actions/upload-artifact@v3
322322 with :
323- name : libjemalloc-${{ env.version }}-redhat8 -aarch64
323+ name : libjemalloc-${{ env.version }}-debian -aarch64
324324 path : buildUbuntuJE
325325
326326 # ============
@@ -415,7 +415,7 @@ jobs:
415415 - name : Upload output
416416 uses : actions/upload-artifact@v3
417417 with :
418- name : libtcmalloc-${{ env.version }}-redhat8 -aarch64
418+ name : libtcmalloc-${{ env.version }}-debian -aarch64
419419 path : buildUbuntuTC
420420
421421 # ============
@@ -841,6 +841,6 @@ jobs:
841841 .prefix("create")
842842 .get()
843843
844- $sh("gh release create 0.1.0 -d -t \"Release 0.1.0 \" " + io.listFilenames(".").filter(f => f.indexOf("lib")>0 && f.lastIndexOf(".tar.gz")>0).join(" "))
844+ $sh("gh release create 0.1.1 -d -t \"Release 0.1.1 \" " + io.listFilenames(".").filter(f => f.indexOf("lib")>0 && f.lastIndexOf(".tar.gz")>0).join(" "))
845845 .prefix("gh")
846846 .get()
You can’t perform that action at this time.
0 commit comments