chore: update portable.yml
This commit is contained in:
parent
c18c7bd400
commit
2135e1b5b7
2
.github/workflows/portable.yml
vendored
2
.github/workflows/portable.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
- name: Zip files
|
||||
run: |
|
||||
ls build
|
||||
Compress-Archive -Path @("build\run.bat", "build\python", "build\ffmpeg") -DestinationPath "dist\blrec-${{ github.ref_name }}-win64.zip"
|
||||
Compress-Archive -Path @("build\run.bat", "build\run.ps1", "build\python", "build\ffmpeg") -DestinationPath "dist\blrec-${{ github.ref_name }}-win64.zip"
|
||||
ls dist
|
||||
|
||||
- name: Upload distributions to release
|
||||
|
Loading…
Reference in New Issue
Block a user