Skip to content

Commit

Permalink
工作流测试
Browse files Browse the repository at this point in the history
  • Loading branch information
ylsdamxssjxxdd committed Apr 23, 2024
1 parent 23d8880 commit d431289
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,32 @@ jobs:
python -m pip install -r requirements.txt
# ------------配置Dependency Walker------------
# - name: Checkout code
# uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

# - name: Create directories
# run: |
# New-Item -ItemType Directory -Force -Path "C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64"
- name: Create directories
run: |
New-Item -ItemType Directory -Force -Path "C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64"
# - name: Download Dependency Walker
# run: |
# Invoke-WebRequest -Uri "https://dependencywalker.com/depends22_x64.zip" -OutFile "temp_depends.zip"
- name: Download Dependency Walker
run: |
Invoke-WebRequest -Uri "https://dependencywalker.com/depends22_x64.zip" -OutFile "temp_depends.zip"
# - name: Create temp directory
# run: |
# New-Item -ItemType Directory -Force -Path temp/depends
- name: Create temp directory
run: |
New-Item -ItemType Directory -Force -Path temp/depends
# - name: Move downloaded file
# run: |
# Move-Item -Path temp_depends.zip -Destination temp/depends/depends22_x64.zip
- name: Move downloaded file
run: |
Move-Item -Path temp_depends.zip -Destination temp/depends/depends22_x64.zip
# - name: Extract Dependency Walker
# run: |
# Expand-Archive -Path temp/depends/depends22_x64.zip -DestinationPath C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64
- name: Extract Dependency Walker
run: |
Expand-Archive -Path temp/depends/depends22_x64.zip -DestinationPath C:\Users\runneradmin\AppData\Local\Nuitka\Nuitka\Cache\downloads\depends\x86_64
# ------------打包应用------------
# - name: Deploy infinity # 步骤名
# run: |
# pyside6-deploy -f main.py
- name: Deploy infinity # 步骤名
run: |
pyside6-deploy -f main.py
# 从该tag打上一个release标签
Expand Down

0 comments on commit d431289

Please sign in to comment.