Skip to content

Commit

Permalink
fix typo in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 11, 2025
1 parent 6462812 commit 495d698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ 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-*.tag.gz"
files: "dist/archive/connet-*.tar.gz"

docker-x86:
name: Docker x86
Expand Down

0 comments on commit 495d698

Please sign in to comment.