Skip to content

Commit

Permalink
Update windows_ci.yml(适配新的发行包目录)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry-200 authored Jun 22, 2024
1 parent bb36d71 commit 87f9dd8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\*

0 comments on commit 87f9dd8

Please sign in to comment.