diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3077482..eb37084 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: VERSION="$GITHUB_REF_NAME" make ci-build-configuration mkdir release .github/scripts/plugin-manifest.sh - mv _output/* release + mv _output/$VERSION/* release - uses: actions/upload-artifact@v4 with: