Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjieYYY committed Nov 3, 2023
1 parent f5a8d65 commit bdf0716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
curl -L "https://github.com/static-web-server/static-web-server/releases/download/v2.23.0/static-web-server-v2.23.0-x86_64-unknown-linux-gnu.tar.gz" -o sws.tar.gz
tar -xzf sws.tar.gz
mv static-web-server sws
mv ./static-web-server-v2.23.0-x86_64-unknown-linux-gnu//static-web-server sws
echo "##[set-output name=path;]$(pwd)/sws"
id: sws-download

Expand Down

0 comments on commit bdf0716

Please sign in to comment.