File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
16
16
steps :
17
17
18
18
- run : |
19
- gh release create ${{ env. GITHUB_REF_NAME }} \
19
+ gh release create "${ GITHUB_REF_NAME}" \
20
20
--generate-notes --latest --verify-tag \
21
- --repo ${{ env. GITHUB_REPOSITORY }}
22
- gh release download ${{ env. GITHUB_REF_NAME }} \
21
+ --repo "${ GITHUB_REPOSITORY}"
22
+ gh release download "${ GITHUB_REF_NAME}" \
23
23
--archive tar.gz \
24
- --repo ${{ env. GITHUB_REPOSITORY }}
25
- gh release download ${{ env. GITHUB_REF_NAME }} \
24
+ --repo "${ GITHUB_REPOSITORY}"
25
+ gh release download "${ GITHUB_REF_NAME}" \
26
26
--archive zip \
27
- --repo ${{ env. GITHUB_REPOSITORY }}
28
- gh release upload ${{ env. GITHUB_REF_NAME }} \
27
+ --repo "${ GITHUB_REPOSITORY}"
28
+ gh release upload "${ GITHUB_REF_NAME}" \
29
29
*.tar.gz *.zip \
30
- --repo ${{ env. GITHUB_REPOSITORY }}
30
+ --repo "${ GITHUB_REPOSITORY}"
31
31
shell: bash
You can’t perform that action at this time.
0 commit comments