From 4e107f69780ad44aec4130933893d713c5e83b14 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 19 Jun 2025 21:27:43 +0800 Subject: [PATCH] build(github): fix release action --- .github/workflows/release-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index f50e3f5..e5df0c3 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -48,7 +48,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./dist/Gitako.zip + file: dist/Gitako.zip asset_name: Gitako.zip tag: ${{ needs.version.outputs.VERSION }} overwrite: true