Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Mar 10, 2024
1 parent b21981a commit b7ab8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
projectVersion=$(grep '^mavenVersion=' gradle.properties | cut -d'=' -f2)
mkdir client/build/upload
cp client/build/libs/SoulFire-$projectVersion.jar client/build/upload
cp client/build/libs/SoulFireClient-$projectVersion.jar client/build/upload
mkdir dedicated/build/upload
cp dedicated/build/libs/SoulFireDedicated-$projectVersion.jar dedicated/build/upload
Expand Down

0 comments on commit b7ab8e4

Please sign in to comment.