Skip to content

Commit 39e66bc

Browse files
authored
[CI] Update nightly build upload action (#16545)
They [fixed](softprops/action-gh-release@c95fe14) the bug. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent c064279 commit 39e66bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ jobs:
237237
echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
238238
fi
239239
- name: Upload binaries
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
240+
uses: softprops/action-gh-release@v2.2.1
243241
with:
244242
files: |
245243
sycl_linux.tar.gz

0 commit comments

Comments
 (0)