diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 06bd9aa..22d495f 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -18,3 +18,10 @@ jobs: - run: | cd ${{ github.workspace }} ls + cd dist + ls + + - uses: actions/upload-artifact@v3 + with: + name: dist + path: ${{ github.workspace }}\dist\**\* \ No newline at end of file