Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent da3302a commit 8b16fbb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ jobs:
if [ ! -f PROJECTS_DIFF.md ]; then
touch PROJECTS_DIFF.md
fi
{
echo 'diff<<EOF'
cat PROJECTS_DIFF.md
echo EOF
} >> "$GITHUB_OUTPUT"
cat PROJECTS_DIFF.md >> "$GITHUB_OUTPUT"
- name: Generate list using Markdown
run: |
Expand All @@ -106,7 +102,7 @@ jobs:
echo "📃 MC Versions=${{ env.MC_VERSION }}" >> $GITHUB_STEP_SUMMARY
echo "📃 Release Type=${{ env.RELEASE_TYPE }}" >> $GITHUB_STEP_SUMMARY
echo "${{ steps.changelog.outputs.description }}" >> $GITHUB_STEP_SUMMARY
echo "${{ steps.diff.outputs.value }}" >> $GITHUB_STEP_SUMMARY
echo "${{ steps.diff.outputs }}" >> $GITHUB_STEP_SUMMARY
# build-modpack:
# name: Build Modpack
Expand Down

0 comments on commit 8b16fbb

Please sign in to comment.