Skip to content

Commit

Permalink
fix: will not upload the temp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangChen2333 committed May 26, 2024
1 parent 7002540 commit 37c7911
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
script-name: main.py
onefile: true
output-file: Easy-MHYY-v${{ inputs.release-tag }}-${{ runner.os }}
output-dir: dists/
company-name: Mooneze
product-name: Easy-MHYY
file-version: ${{ inputs.release-tag }}
Expand All @@ -47,7 +46,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }} Build
path: dists/*
path: |
build/*
!build/main.*
upload:
name: Upload Releases
Expand Down

0 comments on commit 37c7911

Please sign in to comment.