We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cafdc0 commit 494c79eCopy full SHA for 494c79e
action/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM gableroux/unity3d:2019.2.11f1
+ARG IMAGE
2
+FROM $IMAGE
3
4
LABEL "com.github.actions.name"="Unity - Request Activation File"
5
LABEL "com.github.actions.description"="Request the manual activation file for activating Unity personal"
action/entrypoint.sh
@@ -1,7 +1,11 @@
#!/usr/bin/env bash
-# The container's unity version
-UNITY_VERSION=2019.2.11f1
+#
+# Display the unity version
6
+
7
+echo "Retrieving manual activation file for unity version \"$UNITY_VERSION\"."
8
9
10
# Determine the expected file name and path
11
FILE_NAME=Unity_v$UNITY_VERSION.alf
0 commit comments