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 4545 ref : v1
4646 token : ${{ secrets.GH_TOKEN }}
4747 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 }}
6248 - name : Create Release
6349 uses : ./.github/.release/actions/actions/services/github-release
6450 with :
6551 token : ${{ secrets.GH_TOKEN }}
6652 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