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 53
53
Library-${{ env.PROJECT_PATH }}-
54
54
Library-
55
55
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
+
56
63
# Build
57
64
- name : Build
58
65
62
69
unityVersion : ${{ env.UNITY_VERSION }}
63
70
targetPlatform : ${{ matrix.targetPlatform }}
64
71
versioning : Custom
65
- version : ${{ github.ref }}
72
+ version : ${{ steps.get_latest_tag.outputs.tag }}
66
73
67
74
# Upload artifacts
68
75
- name : Upload Artifacts
@@ -133,7 +140,7 @@ jobs:
133
140
draft : false
134
141
prerelease : false
135
142
136
- # Upload Files to Release
143
+ # Upload Files to Release
137
144
- name : Upload Files to Release
138
145
uses : svenstaro/upload-release-action@v2
139
146
with :
You can’t perform that action at this time.
0 commit comments