We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19652f9 commit c15d8adCopy full SHA for c15d8ad
1 file changed
.github/workflows/go.yml
@@ -34,10 +34,11 @@ jobs:
34
35
- name: Patch glibc for backwards compatibility
36
uses: lmangani/polyfill-glibc-action@1.1.1
37
+ continue-on-error: true
38
id: polyfill
39
with:
40
glibc: "2.28"
- target: "${{ github.workspace }}/go/duckserver"
41
+ target: "/github/workspace/go/duckserver"
42
43
- name: Upload Release Binary
44
uses: alexellis/upload-assets@0.4.0
0 commit comments