File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 8585 name : mac-lib
8686 - name : Print Working Dir
8787 run : |
88- ls -al ./build/libs/
88+ ls -al .
8989 mkdir -p src/main/resources/macosx-x86_64/
9090 mkdir -p src/main/resources/linux-x86_64/
9191 mv libjniMuJoCoLib.dylib src/main/resources/macosx-x86_64/
9898 env :
9999 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100100 VERSION_SEMVER : ${{ steps.vars.outputs.tag }}
101-
101+ - name : Print Output Dir
102+ run : |
103+ ls -al build
104+ ls -al build/libs/
102105 - name : Make gitHub release
103106 uses : actions/create-release@v1
104107 id : create_release
@@ -116,7 +119,7 @@ jobs:
116119 GITHUB_TOKEN : ${{ github.token }}
117120 with :
118121 upload_url : ${{ steps.create_release.outputs.upload_url }}
119- asset_path : build/libs/mujoco-java.jar
122+ asset_path : build/libs/mujoco-java-$VERSION_SEMVER .jar
120123 asset_name : mujoco-java.jar
121124 asset_content_type : application/jar
122125
You can’t perform that action at this time.
0 commit comments