Skip to content

Commit 80c4fa0

Browse files
author
Kevin Harrington
committed
Release update
1 parent c6119b1 commit 80c4fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
GITHUB_TOKEN: ${{ github.token }}
120120
with:
121121
upload_url: ${{ steps.create_release.outputs.upload_url }}
122-
asset_path: build/libs/mujoco-java-$VERSION_SEMVER.jar
122+
asset_path: build/libs/mujoco-java-${{ steps.version.outputs.version }}.jar
123123
asset_name: mujoco-java.jar
124124
asset_content_type: application/jar
125125

0 commit comments

Comments
 (0)