diff --git a/.github/workflows/activation.yml b/.github/workflows/activation.yml deleted file mode 100644 index b226d9f40..000000000 --- a/.github/workflows/activation.yml +++ /dev/null @@ -1,29 +0,0 @@ -#name: Acquire activation file -# -#on: [push] -# -#jobs: -# activation: -# name: Request manual activation file (${{ matrix.unityVersion }}) 🔑 -# runs-on: ubuntu-latest -# strategy: -# fail-fast: false -# matrix: -# unityVersion: -# - 2019.2.11f1 -# - 2019.3.15f1 -# -# steps: -# # Request manual activation file -# - name: Request manual activation file -# id: getManualLicenseFile -# uses: webbertakken/unity-request-manual-activation-file@v1.1 -# with: -# unityVersion: ${{ matrix.unityVersion }} -# -# # Upload artifact (Unity_v20XX.X.XXXX.alf) -# - name: Expose as artifact -# uses: actions/upload-artifact@v1 -# with: -# name: ${{ steps.getManualLicenseFile.outputs.filePath }} -# path: ${{ steps.getManualLicenseFile.outputs.filePath }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 272005e75..aeeba2635 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,11 @@ jobs: license: "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nbpzWx3PZ0lqWDo1m9aLQuZ4cweo=QcDm4/qAXZuUMQbUVk63vO6u66Bp8PnqqWQcZZOcym/rGUZLj1sr66EquF3X3w1L7aqiwMGtbY2b\nkPttcalFeaBkc5NsJMrexWjuBCxQvhbmVFQnTjvC6vNS+k1wrkz7If1oPkz/XaDtCfUs8oxc9iPe\nPzzUJIVYLZoDtpPq2XbgVn9/TiVb3Zu6ldKgvtNRYUjrB3KywtvL9OcIFll3htRcBZPG43kxryJc\nDD2TL5Nw1JuX6MejBBuYTZsZNpGX9Pjop9+uFUZ4GI9h8a5g6wJUfXzsGw7j4gkvDkC9MvyWiksi\n2hNXw1QNeB6JfQsd4sAuhYh/CqTm2gCz9i9ZpA==" targetPlatform: - StandaloneOSX # Build a macOS standalone (Intel 64-bit). - - StandaloneWindows # Build a Windows standalone. - StandaloneWindows64 # Build a Windows 64-bit standalone. - StandaloneLinux64 # Build a Linux 64-bit standalone. - iOS # Build an iOS player. - Android # Build an Android .apk. + # - StandaloneWindows # Build a Windows standalone. # - WebGL # WebGL. # - WSAPlayer # Build an Windows Store Apps player. # - PS4 # Build a PS4 Standalone. @@ -80,3 +80,27 @@ jobs: with: name: Build (${{ matrix.unityVersion }}) path: build +# activation: +# name: Request manual activation file (${{ matrix.unityVersion }}) 🔑 +# runs-on: ubuntu-latest +# strategy: +# fail-fast: false +# matrix: +# unityVersion: +# - 2019.2.11f1 +# - 2019.3.15f1 +# +# steps: +# # Request manual activation file +# - name: Request manual activation file +# id: getManualLicenseFile +# uses: webbertakken/unity-request-manual-activation-file@v1.1 +# with: +# unityVersion: ${{ matrix.unityVersion }} +# +# # Upload artifact (Unity_v20XX.X.XXXX.alf) +# - name: Expose as artifact +# uses: actions/upload-artifact@v1 +# with: +# name: ${{ steps.getManualLicenseFile.outputs.filePath }} +# path: ${{ steps.getManualLicenseFile.outputs.filePath }}