diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 033fbee..6b17d80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,8 @@ jobs: uses: softprops/action-gh-release@v2 if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.upload == 'true' || github.event_name == 'push' }} with: - files: "dist/archive/connet-*.tar.gz" + tag_name: v${CONNET_VERSION} + files: "dist/archive/connet-${CONNET_VERSION}-*.tar.gz" docker-x86: name: Docker x86