Skip to content

Commit c0efc65

Browse files
committed
fix:
1 parent fe16685 commit c0efc65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: websocketd
31-
path: websocketd
31+
path: |
32+
websocketd
33+
./examples/bash/dump-env.sh
34+
3235
3336
test:
3437
needs: build
@@ -41,7 +44,7 @@ jobs:
4144
name: websocketd
4245

4346
- name: fix permissions
44-
run: chmod +x ./websocketd
47+
run: chmod +x ./websocketd && chmod +x ./examples/bash/dump-env.sh
4548

4649
- name: setup client
4750
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

Comments
 (0)