Skip to content

Commit 9459974

Browse files
committed
use github.ref_name rather than github.ref
1 parent dcd86a5 commit 9459974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
tar -czf ${{ github.ref_name }}-${{ matrix.target }}.tar.gz internal-test.exe
106106
# Windows has 7z, not zip.
107107
7z a ${{ github.ref_name }}-${{ matrix.target }}.zip internal-test.exe
108-
gh release upload ${{ github.ref }} \
108+
gh release upload ${{ github.ref_name }} \
109109
${{ github.ref_name }}-${{ matrix.target }}.tar.gz \
110110
${{ github.ref_name }}-${{ matrix.target }}.zip
111111
- name: Set archive output variable

0 commit comments

Comments
 (0)