File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 45
45
ref : v1
46
46
token : ${{ secrets.GH_TOKEN }}
47
47
path : .github/.release/actions
48
- - name : Install Unity engine
49
- uses : ./.github/.release/actions/actions/installers/unity
50
- with :
51
- unity-version : " 2020.3.22f1"
52
- - name : Build Unity package
53
- uses : ./.github/.release/actions/actions/services/unity
54
- with :
55
- token : ${{ secrets.GH_TOKEN }}
56
- project-path : ./PubNubUnity
57
- package-name : PubNub
58
- export-method-name : PubNubPackageExporter.ExportPackage
59
- license-username : ${{ secrets.UNITYCI_NEW_USER }}
60
- license-password : ${{ secrets.UNITYCI_NEW_PASS }}
61
- license-serial : ${{ secrets.UNITYCI_NEW_SERIAL }}
62
48
- name : Create Release
63
49
uses : ./.github/.release/actions/actions/services/github-release
64
50
with :
65
51
token : ${{ secrets.GH_TOKEN }}
66
52
jira-api-key : ${{ secrets.JIRA_API_KEY }}
67
- last-service : true
53
+ last-service : true
You can’t perform that action at this time.
0 commit comments