From ce7365eccef7ae9565f4b6f1f316f839992d2a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E5=BD=AA?= <1315508912@qq.com> Date: Sat, 16 Dec 2023 01:03:02 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09caf2c..1126bd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,8 +86,8 @@ jobs: run: | chmod +x ffmpeg.sh chmod +x aria2.sh - .\ffmpeg.sh linux ${{ matrix.cpu }} - .\aria2.sh linux-${{ matrix.cpu }} + ./ffmpeg.sh linux ${{ matrix.cpu }} + ./aria2.sh linux-${{ matrix.cpu }} working-directory: ./script - name: Package run: | @@ -130,7 +130,7 @@ jobs: - name: Get Deps run: | chmod +x ffmpeg.sh - .\ffmpeg.ps1 mac ${{ matrix.cpu }} + ./ffmpeg.ps1 mac ${{ matrix.cpu }} - name: Build ${{ matrix.cpu }} run: | dotnet restore