Skip to content

Commit a0eee1c

Browse files
committed
Update main.yml
1 parent f23d55a commit a0eee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ 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 "set file=\"/$artifact_dir/git-source-control-\"_version_\".xml\" write !,file,!" > package.script
80+
echo "set file=\"/$artifact_dir/git-source-control-\"_version_\".xml\" write !,file,!" >> package.script
8181
echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(file)" >> package.script
8282
echo "halt" >> package.script
8383
docker exec --interactive $instance iris session $instance -B < package.script

0 commit comments

Comments
 (0)