diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7974ee4..85289c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,5 +63,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd build - gh release upload "${{ steps.release.outputs.tagName }}" ./* + gh release upload "${{ steps.release.outputs.tag_name }}" ./* if: ${{ steps.release.outputs.release_created }}