Skip to content

Commit cdf1ead

Browse files
authored
[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 <nick.sarnie@intel.com>
1 parent faf93d5 commit cdf1ead

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ jobs:
237237
echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
238238
fi
239239
- name: Upload binaries
240-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
240+
# v2.2.0 of the action is broken.
241+
# https://github.com/softprops/action-gh-release/issues/556
242+
uses: softprops/action-gh-release@v2.1.0
241243
with:
242244
files: |
243245
sycl_linux.tar.gz

0 commit comments

Comments
 (0)