Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma committed Jun 10, 2024
1 parent fe16685 commit c0efc65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c0efc65

Please sign in to comment.