We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e124a6 commit 02fdfb8Copy full SHA for 02fdfb8
2 files changed
.github/workflows/ci.yml
@@ -33,8 +33,8 @@ jobs:
33
echo " branch = '${GITHUB_REF##*/}'," >> src/shared/version.lua
34
echo "}" >> src/shared/version.lua
35
36
- - name: list shared directory
37
- run: ls -l src/shared
+ - name: View version.lua
+ run: cat src/shared/version.lua
38
39
- name: Deploy
40
run: rojo upload --api_key "$API_KEY" --universe_id 7672663738 -v --asset_id 107505894422783
src/client/StarterPlayerScripts/test.client.lua
@@ -1,6 +1,8 @@
1
print("Test");
2
print("test2");
3
4
+print("a");
5
+
6
local version = require(game.ReplicatedStorage:WaitForChild("Version", 20));
7
print(version.version)
8
print(version.commit)
0 commit comments