Skip to content

Commit

Permalink
ok mr github please be happy now
Browse files Browse the repository at this point in the history
  • Loading branch information
gaymeowing committed Aug 17, 2024
1 parent 2b6ac7f commit 518d694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
;;
esac
diff=$(git diff --name-only --diff-filter=d ${firstCommit}~1 ${lastCommit});
echo "diff=$diff" >> $GITHUB_OUTPUT;
diff=$(git diff --name-only --diff-filter=d "${firstCommit}~1" "${lastCommit}");
echo diff >> .diff;
- name: Install Toolchain
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
esac
diff=$(git diff --name-only --diff-filter=d "${firstCommit}~1" "${lastCommit}");
echo "diff=$diff" >> $GITHUB_OUTPUT;
echo diff >> .diff;
- name: Run releases script
Expand Down

0 comments on commit 518d694

Please sign in to comment.