diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 842c82d..184150b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,13 +19,10 @@ jobs: run: npm install - name: Build project run: npm run build - # Check if dist folder exists - - name: Verify dist folder - run: ls -la ./dist - name: Upload build artifacts uses: actions/upload-artifact@v3 with: - name: build + name: artifacts path: ./dist release: @@ -38,7 +35,10 @@ jobs: - name: Download build artifacts uses: actions/download-artifact@v3 with: - name: build + name: artifacts + # Check if dist folder exists + - name: Verify dist folder + run: ls -la ./dist - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: