diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d94191985..951c2a359 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,10 +127,10 @@ jobs: cd libs # Parse out what we just built and upload it to the Github Releaseā„¢ echo "paths<> "$GITHUB_OUTPUT" - jq --raw-output ".artifacts[]?.path | select( . != null )" libs/dist-manifest.json >> "$GITHUB_OUTPUT" + jq --raw-output ".artifacts[]?.path | select( . != null )" dist-manifest.json >> "$GITHUB_OUTPUT" echo "EOF" >> "$GITHUB_OUTPUT" - cp libs/dist-manifest.json "$BUILD_MANIFEST_NAME" + cp dist-manifest.json "$BUILD_MANIFEST_NAME" - name: "Upload artifacts" uses: actions/upload-artifact@v3 with: