releases/1.6.0
zanllp 2026-02-05 20:36:32 +08:00
parent cd8a38692b
commit 930f815805
1 changed files with 9 additions and 12 deletions

View File

@ -9,7 +9,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [windows-latest,ubuntu-22.04] os: [windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -32,9 +32,12 @@ jobs:
cache-dependency-path: | cache-dependency-path: |
**/requirements*.txt **/requirements*.txt
- name: Install FFmpeg
run: choco install ffmpeg -y
- name: Install Dependencies - name: Install Dependencies
run: | run: |
pip install --only-binary :all: av==14.0.1
pip install -r requirements.txt pip install -r requirements.txt
- name: Build Executable - name: Build Executable
@ -136,8 +139,12 @@ jobs:
cache-dependency-path: | cache-dependency-path: |
**/requirements*.txt **/requirements*.txt
- name: Install FFmpeg
run: choco install ffmpeg -y
- name: Install Dependencies - name: Install Dependencies
run: | run: |
pip install --only-binary :all: av==14.0.1
pip install -r requirements.txt pip install -r requirements.txt
- uses: sayyid5416/pyinstaller@v1 - uses: sayyid5416/pyinstaller@v1
@ -213,21 +220,11 @@ jobs:
name: bundle-${{ env.VERSION }}-Windows-pre name: bundle-${{ env.VERSION }}-Windows-pre
path: artifacts path: artifacts
- uses: actions/download-artifact@v4
with:
name: bundle-${{ env.VERSION }}-Linux
path: artifacts
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: iib_app_cli_Windows name: iib_app_cli_Windows
path: artifacts path: artifacts
- uses: actions/download-artifact@v4
with:
name: iib_app_cli_Linux
path: artifacts
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: