Skip to content

Commit

Permalink
fixing github release
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 1, 2022
1 parent 40f9e8d commit 249e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
ls -al build
ls -al build/libs/
mv build/libs/mujoco-java-$VERSION_SEMVER.jar mujoco-java.jar
mv "build/libs/mujoco-java-${{ steps.version.outputs.version }}.jar" mujoco-java.jar
- name: Make gitHub release
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 249e79a

Please sign in to comment.