Skip to content

Commit 49f2070

Browse files
authored
build: remove build package step (#94)
* build: remove build package step * added required steps for release
1 parent 00ee8f6 commit 49f2070

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,9 @@ jobs:
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

0 commit comments

Comments
 (0)