Skip to content

Commit 4ff56b7

Browse files
committed
Fix release binary
1 parent 59b7090 commit 4ff56b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
run: |
7272
mkdir -p release
7373
cp mathjax/target/*.jar release/
74-
server_bin=$(find mathjax-server/target -maxdepth 1 -type f -name "mathjax-server")
75-
cp $server_bin release/
74+
cp mathjax-server/target/x86_64-unknown-linux-gnu/release/mathjax-server release/
7675
zip -j "release/confluence-mathjax-plugin-${GITHUB_REF_NAME}.zip" release/*
7776
7877
# Upload artifacts

0 commit comments

Comments
 (0)