Skip to content

Commit

Permalink
use tag name when uploading to support custom runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 11, 2025
1 parent 495d698 commit f25a1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f25a1f2

Please sign in to comment.