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 4bd335e commit 8fd132eCopy full SHA for 8fd132e
.github/workflows/build.yml
@@ -209,8 +209,8 @@ jobs:
209
uses: svenstaro/upload-release-action@v2
210
with:
211
repo_token: ${{ secrets.GITHUB_TOKEN }}
212
- release_name: master-${{ steps.sha.outputs.short_sha }}
+ release_name: master-${{ steps.get-sha.outputs.short_sha }}
213
tag: master-${{ steps.get-sha.outputs.short_sha }}
214
draft: true
215
file_glob: true
216
- file: clang-*/**/*
+ file: clang-*/**/*
0 commit comments