Skip to content

Commit 48a32af

Browse files
gabakermjcarson
authored andcommitted
chore(CI/CD): Fixed broken github glibc binary build
This updates the expected API binary name from thorium to thorium-api to match recent changes to the target binary name.
1 parent 23cd7cb commit 48a32af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
# make a glibc dir
6565
mkdir glibc
6666
# copy artifacts to the a glibc dir
67-
mv target/release/thorium glibc/.
6867
mv target/release/thoradm glibc/.
6968
mv target/release/thorctl glibc/.
69+
mv target/release/thorium-api glibc/.
7070
mv target/release/thorium-agent glibc/.
7171
mv target/release/thorium-scaler glibc/.
7272
mv target/release/thorium-reactor glibc/.

0 commit comments

Comments
 (0)