Skip to content

Commit

Permalink
Merge branch 'main' into experimental/foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed May 8, 2024
2 parents 35dfefb + 2098ef5 commit 5f380ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -70,4 +71,5 @@ jobs:

- uses: ncipollo/[email protected]
with:
artifacts: "projects/cleanroom/build/libs/*"
artifacts: "projects/cleanroom/build/libs/*"
generateReleaseNotes: true

0 comments on commit 5f380ac

Please sign in to comment.