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: