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 dcd86a5 commit 9459974Copy full SHA for 9459974
.github/workflows/release-test.yml
@@ -105,7 +105,7 @@ jobs:
105
tar -czf ${{ github.ref_name }}-${{ matrix.target }}.tar.gz internal-test.exe
106
# Windows has 7z, not zip.
107
7z a ${{ github.ref_name }}-${{ matrix.target }}.zip internal-test.exe
108
- gh release upload ${{ github.ref }} \
+ gh release upload ${{ github.ref_name }} \
109
${{ github.ref_name }}-${{ matrix.target }}.tar.gz \
110
${{ github.ref_name }}-${{ matrix.target }}.zip
111
- name: Set archive output variable
0 commit comments