From 41afa30f67be75ab0f88779aae4fac8642c50d6e Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Tue, 12 Dec 2023 16:07:01 +0000 Subject: [PATCH] Fixes to get portBlas artifact working --- .github/workflows/create_publish_artifacts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/create_publish_artifacts.yml b/.github/workflows/create_publish_artifacts.yml index 38752af59..3943a409e 100644 --- a/.github/workflows/create_publish_artifacts.yml +++ b/.github/workflows/create_publish_artifacts.yml @@ -76,6 +76,12 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v3 + - name: Download Daily Release + run: | + wget "https://github.com/intel/llvm/releases/download/nightly-2023-11-22/sycl_linux.tar.gz" + mkdir linux_nightly_release + tar -xzf sycl_linux.tar.gz -C linux_nightly_release + ls - name: Download Artifacts uses: actions/download-artifact@v2 with: