Skip to content

Commit 9214fd5

Browse files
committed
Update BuildMultiplatform.yml
1 parent 8e52552 commit 9214fd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/BuildMultiplatform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
git show $previous_commit:./pakku-lock.json > ./pakku-lock-prev.json
7171
7272
curl https://github.com/juraj-hrivnak/pakku/releases/latest/download/pakku.jar -o pakku.jar -L -J
73-
java -jar ./pakku.jar diff ./pakku-lock-prev.json ./pakku-lock.json >> $GITHUB_STEP_SUMMARY
73+
java -jar ./pakku.jar diff ./pakku-lock-prev.json ./pakku-lock.json --markdown PROJECTS_DIFF.md
74+
75+
cat PROJECTS_DIFF.md >> $GITHUB_STEP_SUMMARY
7476
7577
build-modpack:
7678
name: Build Modpack

0 commit comments

Comments
 (0)