Skip to content

Commit 9159491

Browse files
committed
Include file in output and add leading slash
1 parent af80429 commit 9159491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- name: Produce CE Artifact
7878
run: |
7979
echo "set version=##class(%ZPM.PackageManager.Developer.Module).NameOpen(\"git-source-control\").Version" > package.script
80-
echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(\"$artifact_dir/git-source-control-\"_version_\".xml\")" >> package.script
80+
echo "set file=\"/$artifact_dir/git-source-control-\"_version_\".xml\" write !,file,!" > package.script
81+
echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(file)" >> package.script
8182
echo "halt" >> package.script
8283
docker exec --interactive $instance iris session $instance -B < package.script
8384

0 commit comments

Comments
 (0)