Skip to content

Commit

Permalink
Added release step for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 4, 2023
1 parent 6709a43 commit e823183
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,26 @@ jobs:
with:
name: 5desc.Windows
path: build/fivedesc.exe
release:
runs-on: ubuntu-22.04
needs:
- wheel
- nuitka
steps:
- uses: actions/[email protected]
with:
name: 5desc.Wheel
path: Python Wheels
- uses: actions/[email protected]
with:
name: 5desc.Windows
path: Windows
- run: ls -R
- run: 7z a ${{ github.event.repository.name }}.zip ${{ github.workspace }}
- uses: actions/[email protected]
with:
name: 5desc
path: ./*
run:
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit e823183

Please sign in to comment.