diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 04c39c13f..c0505fe15 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -61,7 +61,8 @@ jobs: pip install -r mmc/requirements.txt - name: Generate MMC Pack - run: python mmc/main.py + run: python main.py + working-directory: ./mmc env: PATH_TO_EXIST_INSTALLER: ./projects/cleanroom/build/libs/cleanroom-${{ env.CLEANROOM_VERSION }}-installer.jar @@ -70,4 +71,5 @@ jobs: - uses: ncipollo/release-action@v1.14.0 with: - artifacts: "projects/cleanroom/build/libs/*" \ No newline at end of file + artifacts: "projects/cleanroom/build/libs/*" + generateReleaseNotes: true \ No newline at end of file