Skip to content

Commit

Permalink
release script - 6
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Dec 9, 2024
1 parent cee007d commit 8c9913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
} else {
echo "tools.jar not found"
}
javac -cp "%JAVA_HOME%\lib\tools.jar" AgentLoader.java -encoding utf-8
javac -cp "$env:JAVA_HOME\lib\tools.jar" AgentLoader.java -encoding utf-8
cp AgentLoader.class ${{ github.workspace }}/sermant-agent-${{ env.version }}
cd ..
mvn clean package -P package -DskipTests
Expand Down

0 comments on commit 8c9913f

Please sign in to comment.