From 787f0c1bdeeccb366b6a7ce69890f9c623310df0 Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Thu, 25 Sep 2025 15:14:48 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4aad5e5..514190f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Create archive run: | - tar -czf QuickWrt.tar.gz --exclude=.git . + git archive --format=tar.gz -o QuickWrt.tar.gz HEAD - name: Create Release uses: softprops/action-gh-release@v2