We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf93d5 commit cdf1eadCopy full SHA for cdf1ead
.github/workflows/sycl-nightly.yml
@@ -237,7 +237,9 @@ jobs:
237
echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
238
fi
239
- name: Upload binaries
240
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048
+ # v2.2.0 of the action is broken.
241
+ # https://github.com/softprops/action-gh-release/issues/556
242
+ uses: softprops/[email protected]
243
with:
244
files: |
245
sycl_linux.tar.gz
0 commit comments