Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qing762 committed Dec 14, 2024
1 parent 3e348bf commit 173cfcc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 173cfcc

Please sign in to comment.