diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index cc01308..06bd9aa 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -15,7 +15,6 @@ jobs: - run: npm install - run: npm run build - - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist/** + - run: | + cd ${{ github.workspace }} + ls