diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 1e3bfae..cc01308 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -15,6 +15,7 @@ jobs: - run: npm install - run: npm run build - - uses: pCYSl5EDgo/cat@master + - uses: actions/upload-artifact@v3 with: - path: dist/data.json + name: dist + path: dist/**