File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 5353 Library-${{ env.PROJECT_PATH }}-
5454 Library-
5555
56+ # Get Latest tag
57+ - name : Get Latest Tag
58+ uses :
actions-ecosystem/[email protected] 59+ id : get_latest_tag
60+ with :
61+ semver_only : true
62+
5663 # Build
5764 - name : Build
58656269 unityVersion : ${{ env.UNITY_VERSION }}
6370 targetPlatform : ${{ matrix.targetPlatform }}
6471 versioning : Custom
65- version : ${{ github.ref }}
72+ version : ${{ steps.get_latest_tag.outputs.tag }}
6673
6774 # Upload artifacts
6875 - name : Upload Artifacts
@@ -133,7 +140,7 @@ jobs:
133140 draft : false
134141 prerelease : false
135142
136- # Upload Files to Release
143+ # Upload Files to Release
137144 - name : Upload Files to Release
138145 uses : svenstaro/upload-release-action@v2
139146 with :
You can’t perform that action at this time.
0 commit comments