Skip to content

Commit bf70278

Browse files
committed
cleanup workflow
1 parent bdc3a88 commit bf70278

File tree

2 files changed

+25
-30
lines changed

2 files changed

+25
-30
lines changed

.github/workflows/activation.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
license: "<?xml version=\"1.0\" encoding=\"UTF-8\"?><root>\n <License id=\"Terms\">\n <MachineBindings>\n <Binding Key=\"1\" Value=\"33bf639e81e54693a8f9bf57c8900e5a\"/>\n <Binding Key=\"2\" Value=\"33bf639e81e54693a8f9bf57c8900e5a\"/>\n </MachineBindings>\n <MachineID Value=\"xWka2iXdDJejhZdi/zU2RUeXUi4=\"/>\n <SerialHash Value=\"1efd68fa935192b6090ac03c77d289a9f588c55a\"/>\n <Features>\n <Feature Value=\"33\"/>\n <Feature Value=\"1\"/>\n <Feature Value=\"12\"/>\n <Feature Value=\"2\"/>\n <Feature Value=\"24\"/>\n <Feature Value=\"3\"/>\n <Feature Value=\"36\"/>\n <Feature Value=\"17\"/>\n <Feature Value=\"19\"/>\n <Feature Value=\"62\"/>\n </Features>\n <DeveloperData Value=\"AQAAAEY0LUg2WFMtUE00NS1SM0M4LUUyWlotWkdWOA==\"/>\n <SerialMasked Value=\"F4-H6XS-PM45-R3C8-E2ZZ-XXXX\"/>\n <StartDate Value=\"2018-05-02T00:00:00\"/>\n <UpdateDate Value=\"2020-06-14T13:49:47\"/>\n <InitialActivationDate Value=\"2018-05-02T14:21:28\"/>\n <LicenseVersion Value=\"6.x\"/>\n <ClientProvidedVersion Value=\"2019.3.15f1\"/>\n <AlwaysOnline Value=\"false\"/>\n <Entitlements>\n <Entitlement Ns=\"unity_editor\" Tag=\"UnityPersonal\" Type=\"EDITOR\" ValidTo=\"9999-12-31T00:00:00\"/>\n </Entitlements>\n </License>\n<Signature xmlns=\"http://www.w3.org/2000/09/xmldsig#\"><SignedInfo><CanonicalizationMethod Algorithm=\"http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments\"/><SignatureMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#rsa-sha1\"/><Reference URI=\"#Terms\"><Transforms><Transform Algorithm=\"http://www.w3.org/2000/09/xmldsig#enveloped-signature\"/></Transforms><DigestMethod Algorithm=\"http://www.w3.org/2000/09/xmldsig#sha1\"/><DigestValue>bpzWx3PZ0lqWDo1m9aLQuZ4cweo=</DigestValue></Reference></SignedInfo><SignatureValue>QcDm4/qAXZuUMQbUVk63vO6u66Bp8PnqqWQcZZOcym/rGUZLj1sr66EquF3X3w1L7aqiwMGtbY2b\nkPttcalFeaBkc5NsJMrexWjuBCxQvhbmVFQnTjvC6vNS+k1wrkz7If1oPkz/XaDtCfUs8oxc9iPe\nPzzUJIVYLZoDtpPq2XbgVn9/TiVb3Zu6ldKgvtNRYUjrB3KywtvL9OcIFll3htRcBZPG43kxryJc\nDD2TL5Nw1JuX6MejBBuYTZsZNpGX9Pjop9+uFUZ4GI9h8a5g6wJUfXzsGw7j4gkvDkC9MvyWiksi\n2hNXw1QNeB6JfQsd4sAuhYh/CqTm2gCz9i9ZpA==</SignatureValue></Signature></root>"
4545
targetPlatform:
4646
- StandaloneOSX # Build a macOS standalone (Intel 64-bit).
47-
- StandaloneWindows # Build a Windows standalone.
4847
- StandaloneWindows64 # Build a Windows 64-bit standalone.
4948
- StandaloneLinux64 # Build a Linux 64-bit standalone.
5049
- iOS # Build an iOS player.
5150
- Android # Build an Android .apk.
51+
# - StandaloneWindows # Build a Windows standalone.
5252
# - WebGL # WebGL.
5353
# - WSAPlayer # Build an Windows Store Apps player.
5454
# - PS4 # Build a PS4 Standalone.
@@ -80,3 +80,27 @@ jobs:
8080
with:
8181
name: Build (${{ matrix.unityVersion }})
8282
path: build
83+
# activation:
84+
# name: Request manual activation file (${{ matrix.unityVersion }}) 🔑
85+
# runs-on: ubuntu-latest
86+
# strategy:
87+
# fail-fast: false
88+
# matrix:
89+
# unityVersion:
90+
# - 2019.2.11f1
91+
# - 2019.3.15f1
92+
#
93+
# steps:
94+
# # Request manual activation file
95+
# - name: Request manual activation file
96+
# id: getManualLicenseFile
97+
# uses: webbertakken/[email protected]
98+
# with:
99+
# unityVersion: ${{ matrix.unityVersion }}
100+
#
101+
# # Upload artifact (Unity_v20XX.X.XXXX.alf)
102+
# - name: Expose as artifact
103+
# uses: actions/upload-artifact@v1
104+
# with:
105+
# name: ${{ steps.getManualLicenseFile.outputs.filePath }}
106+
# path: ${{ steps.getManualLicenseFile.outputs.filePath }}

0 commit comments

Comments
 (0)