Skip to content

Commit

Permalink
git add the Linux binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 4, 2023
1 parent eaafb5b commit 06728f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: git config --global user.name "Robbot"
- name: Set email
run: git config --global user.email "[email protected]"
- name: Add binary
run: git -C KincTools_linux_x64 add .
- name: Commit binary
id: commit
continue-on-error: true
Expand Down Expand Up @@ -106,6 +108,8 @@ jobs:
run: git config --global user.name "Robbot"
- name: Set email
run: git config --global user.email "[email protected]"
- name: Add binary
run: git -C KincTools_linux_arm64 add .
- name: Commit binary
id: commit
continue-on-error: true
Expand Down Expand Up @@ -169,6 +173,8 @@ jobs:
run: git config --global user.name "Robbot"
- name: Set email
run: git config --global user.email "[email protected]"
- name: Add binary
run: git -C KincTools_linux_arm add .
- name: Commit binary
id: commit
continue-on-error: true
Expand Down

0 comments on commit 06728f8

Please sign in to comment.