Skip to content

Commit 8fd132e

Browse files
authored
Update build.yml
1 parent 4bd335e commit 8fd132e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ jobs:
209209
uses: svenstaro/upload-release-action@v2
210210
with:
211211
repo_token: ${{ secrets.GITHUB_TOKEN }}
212-
release_name: master-${{ steps.sha.outputs.short_sha }}
212+
release_name: master-${{ steps.get-sha.outputs.short_sha }}
213213
tag: master-${{ steps.get-sha.outputs.short_sha }}
214214
draft: true
215215
file_glob: true
216-
file: clang-*/**/*
216+
file: clang-*/**/*

0 commit comments

Comments
 (0)