Skip to content

Commit e99d6c4

Browse files
Update workflow
1 parent 20f1311 commit e99d6c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
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
@@ -87,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)