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 8c83834 commit 88bda5bCopy full SHA for 88bda5b
.github/workflows/main.yml
@@ -81,6 +81,7 @@ jobs:
81
echo "do ##class(SourceControl.Git.Utils).BuildCEInstallationPackage(file)" >> package.script
82
echo "halt" >> package.script
83
docker exec --interactive $instance iris session $instance -B < package.script
84
+ echo $GITHUB_WORKSPACE/$artifact_dir
85
ls $GITHUB_WORKSPACE/$artifact_dir
86
87
- name: Attach CE Artifact
0 commit comments