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 67d5218 commit 8acfd6d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
with:
type: 'zip'
filename: 'Picf-Windows.zip'
path: './build/main'

- name: Upload Release
uses: ncipollo/[email protected]
path: './build/'
- name: Upload Artifact
- uses: actions/upload-artifact@v3
with:
artifacts: "Picf-Windows.zip"
token: ${{ secrets.GITHUB_TOKEN }}
name: Picf-Windows
path: "Picf-Windows.zip"

0 comments on commit 8acfd6d

Please sign in to comment.