diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a2d85b..2dfa460 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,8 +51,7 @@ jobs: - name: 🗃️ copy files run: | - rm -rf x/node_modules x/s - cp -r node_modules/ x/ + rm -rf x/s cp -r s/ x/ - name: 📝 configure pages