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 891f539 commit 0400afc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
shell: cmd
run: conda activate Picf & pyinstaller main.py

- name: Archive Release
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'Picf-Windows.zip'
path: './build/'
# - name: Archive Release
# uses: thedoctor0/[email protected]
# with:
# type: 'zip'
# filename: 'Picf-Windows.zip'
# path: './build/*'

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Picf-Windows
path: "Picf-Windows.zip"
path: "./build/*"

0 comments on commit 0400afc

Please sign in to comment.