Skip to content

Commit

Permalink
Update BuildMultiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 27, 2024
1 parent 3396a94 commit 95693ff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
git show $previous_commit:./pakku-lock.json > ./pakku-lock-prev.json
curl https://github.com/juraj-hrivnak/pakku/releases/latest/download/pakku.jar -o pakku.jar -L -J
java -jar ./pakku.jar diff ./pakku-lock-prev.json ./pakku-lock.json --markdown-diff PROJECTS_DIFF.md
java -jar ./pakku.jar diff ./pakku-lock-prev.json ./pakku-lock.json --markdown PROJECTS_DIFF.md
# -- OUTPUT DIFF --
Expand All @@ -88,13 +88,7 @@ jobs:
username: "GitHub"
avatar_url: "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
content: ${{ steps.info.outputs.diff }}
embeds: |
[
{
"description": "${{ steps.info.outputs.diff }}",
"color": "Discord Blurple",
}
]
embeds:

build-modpack:
name: Build Modpack
Expand Down

0 comments on commit 95693ff

Please sign in to comment.