diff --git a/.github/workflows/deploy_api.yml b/.github/workflows/deploy_api.yml index 1995cc8..6f3b1ed 100644 --- a/.github/workflows/deploy_api.yml +++ b/.github/workflows/deploy_api.yml @@ -33,8 +33,8 @@ jobs: run: | SERVER_ID="${{ secrets.SERVER_ID }}" CHANNEL_ID="${{ secrets.CHANNEL_ID }}" - sed -i "s/{{SERVER_ID}}/$SERVER_ID/g" v0/humans-txt/engine/index.php - sed -i "s/{{CHANNEL_ID}}/$CHANNEL_ID/g" v0/humans-txt/engine/index.php + sed -i "s/{{SERVER_ID}}/$SERVER_ID/g" humans-txt/engine/index.php + sed -i "s/{{CHANNEL_ID}}/$CHANNEL_ID/g" humans-txt/engine/index.php - name: Fast FTP uses: anvil-solutions/Fast-FTP-Action@2.1.3