Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Improve "CI" GitHub Action workflow uploading package as artifact #6053

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Dec 1, 2021

This commit copies the package to GITHUB_WORKSPACE instead of RUNNER_TEMP. This
is required to workaround issue discussed in actions/runner#965 (Incorrect context
paths in container)

It also adds a step for uploading the generated Slicer package as an
artifact with a retention time of 1 day.

This commit copies the package to GITHUB_WORKSPACE instead of RUNNER_TEMP. This
is required to workaround issue discussed in actions/runner#965 (Incorrect context
paths in container)

It also adds a step for uploading the generated Slicer package as an
artifact with a retention time of 1 day.
@jcfr jcfr merged commit 02efbea into Slicer:master Dec 1, 2021
@jcfr jcfr deleted the fix-ci-workflow branch December 1, 2021 09:11
@lassoan
Copy link
Contributor

lassoan commented Dec 1, 2021

Is there a way to download the created install package?

We could even build a SlicerNotebook image with it. Testers could run that in the web browser using https://mybinder.org/, without the need to download and install the package on a Linux box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants