diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 991abd04..1cbfa12a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -157,7 +157,7 @@ jobs: with: { mach_version: "${{ needs.vars.outputs.NEXT_MACH_VERSION }}" } - uses: actions/upload-artifact@v4 with: - name: npm-${{ github.job }} + name: ${{ github.job }} path: ${{ github.workspace }}/artifacts/**/* if-no-files-found: error retention-days: 1