From 173cfccb9025aa4b5291891512a762cea7ba6d81 Mon Sep 17 00:00:00 2001 From: "qing." Date: Sat, 14 Dec 2024 23:26:38 +0800 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 513eeb8..d7e720f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -37,17 +37,11 @@ jobs: run: | pyinstaller --onefile --clean --name "exitlag-auto-signup v3.${{ github.run_number }}" main.py - - name: Zip repo files - uses: papeloto/action-zip@v1.2 - with: - files: . '!./.git/**/*' - dest: release.zip - - name: Publish code id: create_release uses: softprops/action-gh-release@v2.0.4 with: - files: release.zip, exitlag-auto-signup v3.${{ github.run_number }}.exe + files: "exitlag-auto-signup v3.${{ github.run_number }}.exe" name: "Release v3.${{ github.run_number }}" body: "Commit: ${{ github.sha }}\nDownload the `exitlag-auto-signup v3.${{ github.run_number }}.exe` file and you are good to go!" tag_name: ${{ github.ref_name }} \ No newline at end of file