diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 12f9e70..66ad7bd 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -28,7 +28,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: websocketd - path: websocketd + path: | + websocketd + ./examples/bash/dump-env.sh + test: needs: build @@ -41,7 +44,7 @@ jobs: name: websocketd - name: fix permissions - run: chmod +x ./websocketd + run: chmod +x ./websocketd && chmod +x ./examples/bash/dump-env.sh - name: setup client run: wget https://github.com/vi/websocat/releases/latest/download/websocat.x86_64-unknown-linux-musl && chmod +x websocat.x86_64-unknown-linux-musl