Skip to content

Commit

Permalink
testing diff#1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhtot committed Aug 7, 2023
1 parent 1991ec8 commit 949b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmc-custom-server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
# locally add build changes, no push
git add -A
git commit -m "Temp add"
git diff --patch --diff-filter=d --merge-base ${{ inputs.stable }} \
git diff --patch --diff-filter=d --merge-base stable25 \
${{ inputs.assembly }} -- > ${RUNNER_TEMP}/custom-server.patch
gzip -9 ${RUNNER_TEMP}/custom-server.patch
# clean changes, just to avoid mess - but not absolutely necessary
Expand Down

0 comments on commit 949b53c

Please sign in to comment.