Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
快差不多了
  • Loading branch information
Arcelibs authored Dec 26, 2023
1 parent 6d421a0 commit 24cf893
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'Local-Windows/requirements.txt'

jobs:
package-and-upload:
upload-files:
runs-on: windows-latest

steps:
Expand All @@ -29,12 +29,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r Local-Windows/requirements.txt
- name: Package Files
run: |
Compress-Archive -Path Local-Windows\AutoYT.cmd, Local-Windows\main.py, Local-Windows\requirements.txt -DestinationPath "Python application Cuda.zip"
- name: Upload Packaged Files as Artifact
- name: Upload specified files as Artifact
uses: actions/upload-artifact@v2
with:
name: Python-application-Cuda
path: "Python application Cuda.zip"
path: |
Local-Windows/AutoYT.cmd
Local-Windows/main.py
Local-Windows/requirements.txt

0 comments on commit 24cf893

Please sign in to comment.