Skip to content

Commit

Permalink
[GitHub] Fix the Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 26, 2025
1 parent 923aaee commit bac354c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Get KincTools_linux_x64
run: git clone https://github.com/Kode/KincTools_linux_x64.git
- name: Copy binary
run: cp /home/runner/work/Kongruent/Kongruent/build/Release/kongruent KincTools_linux_x64/kongruent
run: cp /home/runner/work/Kongruent/Kongruent/build/release/kongruent KincTools_linux_x64/kongruent
- name: Set name
run: git config --global user.name "Robbot"
- name: Set email
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Get KincTools_linux_arm64
run: git clone https://github.com/Kode/KincTools_linux_arm64.git --depth 1
- name: Copy binary
run: cp /home/runner/work/Kongruent/Kongruent/build/Release/kongruent KincTools_linux_arm64/kongruent
run: cp /home/runner/work/Kongruent/Kongruent/build/release/kongruent KincTools_linux_arm64/kongruent
- name: Set name
run: git config --global user.name "Robbot"
- name: Set email
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Get KincTools_linux_arm
run: git clone https://github.com/Kode/KincTools_linux_arm.git --depth 1
- name: Copy binary
run: cp /home/runner/work/Kongruent/Kongruent/build/Release/kongruent KincTools_linux_arm/kongruent
run: cp /home/runner/work/Kongruent/Kongruent/build/release/kongruent KincTools_linux_arm/kongruent
- name: Set name
run: git config --global user.name "Robbot"
- name: Set email
Expand Down

0 comments on commit bac354c

Please sign in to comment.