Skip to content

Commit 52c03a4

Browse files
Update workflow
1 parent cc9f91d commit 52c03a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- name: Download artifacts
7373
uses: actions/download-artifact@v8
7474
with:
75-
merge-multiple: true
7675
pattern: haproxy-*
7776
- name: Release Text
7877
shell: bash
@@ -81,6 +80,8 @@ jobs:
8180
#libraries=("aws-lc" "libressl" "openssl" "wolfssl")
8281
libraries=("aws-lc")
8382
83+
ls -latR .
84+
8485
git log -1 --no-merges --pretty=%B > ./release.txt
8586
8687
echo "#### Versions:" >> ./release.txt

0 commit comments

Comments
 (0)