1 parent cc9f91d commit 52c03a4Copy full SHA for 52c03a4
1 file changed
.github/workflows/main.yml
@@ -72,7 +72,6 @@ jobs:
72
- name: Download artifacts
73
uses: actions/download-artifact@v8
74
with:
75
- merge-multiple: true
76
pattern: haproxy-*
77
- name: Release Text
78
shell: bash
@@ -81,6 +80,8 @@ jobs:
81
80
#libraries=("aws-lc" "libressl" "openssl" "wolfssl")
82
libraries=("aws-lc")
83
+ ls -latR .
84
+
85
git log -1 --no-merges --pretty=%B > ./release.txt
86
87
echo "#### Versions:" >> ./release.txt
0 commit comments