File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - name : Download artifacts
7373 uses : actions/download-artifact@v8
7474 with :
75+ merge-multiple : true
7576 pattern : haproxy-*
7677 - name : Release Text
7778 shell : bash
8788 echo "#### Versions:" >> ./release.txt
8889
8990 for library in ${libraries[@]}; do
90- VERSION=$(cat ./haproxy-http3/ version-${library}.txt | awk '{ print " " $0 }')
91+ VERSION=$(cat ./version-${library}.txt | awk '{ print " " $0 }')
9192
9293 echo " - haproxy-${library}" >> ./release.txt
9394 echo " <details>" >> ./release.txt
@@ -101,7 +102,7 @@ jobs:
101102
102103 for library in ${libraries[@]}; do
103104 for platform in ${platforms[@]}; do
104- echo " haproxy-${library}-${platform}.tar.xz: $(sha256sum ./haproxy-http3/haproxy-http3 -${library}-${platform}.tar.xz | cut -d ' ' -f 1)" >> ./release.txt
105+ echo " haproxy-${library}-${platform}.tar.xz: $(sha256sum ./haproxy-http3-${library}-${platform}.tar.xz | cut -d ' ' -f 1)" >> ./release.txt
105106 done
106107
107108 echo "" >> ./release.txt
You can’t perform that action at this time.
0 commit comments