From cdf1ead10ed736878e41aa002bb072b70ba29f03 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Sat, 4 Jan 2025 04:35:55 +0900 Subject: [PATCH] [CI] Fix nightly releases (#16520) We updated the action version recently but that version is [broken](https://github.com/intel/llvm/actions/runs/12592108759/job/35118108288). Signed-off-by: Sarnie, Nick --- .github/workflows/sycl-nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index 2de8d27769758..c932eca36c4ff 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -237,7 +237,9 @@ jobs: echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT" fi - name: Upload binaries - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 + # v2.2.0 of the action is broken. + # https://github.com/softprops/action-gh-release/issues/556 + uses: softprops/action-gh-release@v2.1.0 with: files: | sycl_linux.tar.gz