Skip to content

Commit

Permalink
Revert "git add the Linux binaries"
Browse files Browse the repository at this point in the history
This reverts commit 06728f8.
  • Loading branch information
RobDangerous committed Oct 4, 2023
1 parent 06728f8 commit 7da1ad8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ 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 @@ -108,8 +106,6 @@ 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 @@ -173,8 +169,6 @@ 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 7da1ad8

Please sign in to comment.