Skip to content

Commit

Permalink
[CI] Fix nightly releases (#16520)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sarnex authored Jan 3, 2025
1 parent faf93d5 commit cdf1ead
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sycl-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdf1ead

Please sign in to comment.