Skip to content

Commit

Permalink
Use the dist folder for generating the final file
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 4, 2023
1 parent 06a36b3 commit 2384c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ jobs:
- uses: actions/[email protected]
with:
name: ${{ github.event.repository.name }}.Wheel
path: Python Wheels
path: dist/Python Wheels
- uses: actions/[email protected]
with:
name: ${{ github.event.repository.name }}.Windows
path: Windows
path: dist/Windows
- run: ls -R
- run: 7z a ${{ github.event.repository.name }}.zip ${{ github.workspace }}
- uses: actions/[email protected]
with:
name: ${{ github.event.repository.name }}
path: ./*
path: dist/*
run:
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit 2384c18

Please sign in to comment.