We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe16685 commit c0efc65Copy full SHA for c0efc65
.github/workflows/makefile.yml
@@ -28,7 +28,10 @@ jobs:
28
uses: actions/upload-artifact@v4
29
with:
30
name: websocketd
31
- path: websocketd
+ path: |
32
+ websocketd
33
+ ./examples/bash/dump-env.sh
34
+
35
36
test:
37
needs: build
@@ -41,7 +44,7 @@ jobs:
41
44
42
45
43
46
- name: fix permissions
- run: chmod +x ./websocketd
47
+ run: chmod +x ./websocketd && chmod +x ./examples/bash/dump-env.sh
48
49
- name: setup client
50
run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl
0 commit comments