Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzcfc authored Oct 8, 2024
1 parent 1c9610b commit 131565a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,16 @@ jobs:
run: |
staging="np-${{ env.BIN_VERSION }}-${{ matrix.target }}"
mkdir -p "$staging"
cd "$staging"
curl -LO "https://github.com/tkzcfc/npipe_web/releases/download/v1.0.0/dist.zip"
unzip dist.zip
rm ./dist.zip
cd ../
git clone https://github.com/pizixi/npipe-webui.git
mkdir -p "$staging/dist"
cp -R npipe-webui/dist/* "$staging/dist"
# cd "$staging"
# curl -LO "https://github.com/tkzcfc/npipe_web/releases/download/v1.0.0/dist.zip"
# unzip dist.zip
# rm ./dist.zip
# cd ../
cp config_template.json "$staging/config.json"
cp generate-certificate.sh "$staging/generate-certificate.sh"
Expand Down

0 comments on commit 131565a

Please sign in to comment.