diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54fcd4..9919a0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,6 @@ jobs: release: ${{ startsWith(github.ref, 'refs/tags/v') }} - name: Archive production builds uses: actions/upload-artifact@v2 -with: - name: dist folder - path: | - dist \ No newline at end of file + with: + name: dist folder + path: dist \ No newline at end of file