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

Fix artifact upload #215

Merged
merged 2 commits into from
Mar 18, 2023
Merged

Fix artifact upload #215

merged 2 commits into from
Mar 18, 2023

Commits on Mar 18, 2023

  1. Do not upload log artifact when no log is present

    - This fixes #207, older CUDA versions don't have an installer log at
      the hardcoded location of /var/log/cuda-installer.log so the
      artifact uploader would fail.
    - To fix this let's not upload any artifacts in the first place if there
      is no log file to upload.
    Jimver committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b13d5ca View commit details
    Browse the repository at this point in the history
  2. Build bundle

    Jimver committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    c776944 View commit details
    Browse the repository at this point in the history