Skip to content

Commit 84b0968

Browse files
att
1 parent 8f605a2 commit 84b0968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/build_and_release.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
load_global_module("shipyard")
2+
local shipyard = load_global_module("shipyard")
33
dtw.remove_any("dependencies")
44
dtw.remove_any("release")
55
os.execute("darwin install")
66
os.execute("darwin run_blueprint build/ --mode folder amalgamation_build alpine_static_build windowsi32_build windows64_build rpm_static_build debian_static_build --contanizer podman ")
7-
SHIPYARD_API.generate_release_from_json("devops/release.json")
7+
shipyard.generate_release_from_json("devops/release.json")

0 commit comments

Comments
 (0)