Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FuryMartin authored Nov 13, 2023
1 parent a441e95 commit 67d5218
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
with:
type: 'zip'
filename: 'Picf-Windows.zip'
directory: './build/main'

path: './build/main'

- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "Picf-Windows.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 67d5218

Please sign in to comment.