diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11f13a0..0409093 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,5 +30,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | TAG=${{ steps.release.outputs.tag_name }} - VERSION=${TAG:1} - gh release upload ${{ steps.release.outputs.tag_name }} .out/pkl-biome@$VERSION/* + gh release upload ${{ steps.release.outputs.tag_name }} .out/$TAG/*