From 45900b2e8644905165f91aa75f0f914c4a0f0b24 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 8 Nov 2025 22:21:10 +0100 Subject: [PATCH] do not upload sources to releases --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8d316f..7e3a18d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .output/*.zip + file: .output/*mv*.zip tag: ${{ github.ref }} overwrite: true file_glob: true