diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index b7c5548..972ac45 100755 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -38,6 +38,7 @@ jobs: username: ${{ vars.YUYUN_USER }} password: ${{ secrets.SERVER_ROOT_PASSWORD }} overwrite: true + strip_components: 2 source: build/Server/HttpServer target: /root/Server - name: Restart server