Skip to content

Commit

Permalink
git add the FreeBSD binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 4, 2023
1 parent fe802a2 commit e7de7a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
git config --global --add safe.directory /Users/runner/work/Kongruent/Kongruent/KincTools_freebsd_x64
git config --global user.name "Robbot"
git config --global user.email "[email protected]"
git -C KincTools_freebsd_x64 add .
# Commit binary
git -C KincTools_freebsd_x64 commit -a -m "Update kong binary to $GITHUB_SHA." && set _commit=0 || set _commit=1
# Tag binary
Expand Down

0 comments on commit e7de7a2

Please sign in to comment.