From 87f9dd8d35993745b3db3a1840eea396188a5909 Mon Sep 17 00:00:00 2001 From: Ferry Date: Sat, 22 Jun 2024 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?Update=20windows=5Fci.yml=EF=BC=88=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=96=B0=E7=9A=84=E5=8F=91=E8=A1=8C=E5=8C=85=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows_ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 73e57a7..31a4d5e 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -25,30 +25,30 @@ jobs: - name: Download dll run: | mkdir -p build\tmp - # mkdir -p build\windows\x64\runner\Release\BASS + mkdir -p build\windows\x64\runner\Release\BASS # download BASS add-ons from UN4SEEN curl -o bass.zip https://www.un4seen.com/files/bass24.zip - # curl -o bassape24.zip https://www.un4seen.com/files/bassape24.zip - # curl -o bassdsd24.zip https://www.un4seen.com/files/bassdsd24.zip - curl -o bassflac.zip https://www.un4seen.com/files/bassflac24.zip - # curl -o bassmidi24.zip https://www.un4seen.com/files/bassmidi24.zip - # curl -o bassopus24.zip https://www.un4seen.com/files/bassopus24.zip - # curl -o basswv24.zip https://www.un4seen.com/files/basswv24.zip + curl -o bassape24.zip https://www.un4seen.com/files/bassape24.zip + curl -o bassdsd24.zip https://www.un4seen.com/files/bassdsd24.zip + curl -o bassflac24.zip https://www.un4seen.com/files/bassflac24.zip + curl -o bassmidi24.zip https://www.un4seen.com/files/bassmidi24.zip + curl -o bassopus24.zip https://www.un4seen.com/files/bassopus24.zip + curl -o basswv24.zip https://www.un4seen.com/files/basswv24.zip Expand-Archive -Path bass.zip -DestinationPath build\tmp -Force - # Expand-Archive -Path bassape24.zip -DestinationPath build\tmp -Force - # Expand-Archive -Path bassdsd24.zip -DestinationPath build\tmp -Force - Expand-Archive -Path bassflac.zip -DestinationPath build\tmp -Force - # Expand-Archive -Path bassmidi24.zip -DestinationPath build\tmp -Force - # Expand-Archive -Path bassopus24.zip -DestinationPath build\tmp -Force - # Expand-Archive -Path basswv24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path bassape24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path bassdsd24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path bassflac24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path bassmidi24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path bassopus24.zip -DestinationPath build\tmp -Force + Expand-Archive -Path basswv24.zip -DestinationPath build\tmp -Force - mv build\tmp\x64\* build\windows\x64\runner\Release\ - # mv build\tmp\x64\* build\windows\x64\runner\Release\BASS\ + # mv build\tmp\x64\* build\windows\x64\runner\Release\ + mv build\tmp\x64\* build\windows\x64\runner\Release\BASS\ - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: "Coriander Player CI" + name: "Coriander Player Test Version" path: build\windows\x64\runner\Release\*