Skip to content

Commit

Permalink
update build-test-windows-osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed May 14, 2024
1 parent 532adc1 commit c96e271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-windows-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
echo "${YTDLP_TAG}"
mvn -B package --file pom.xml
unzip target/app.jar
curl -o platform/windows/yt-dlp.exe "https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP_TAG}/yt-dlp.exe"
curl -o "platform/windows/yt-dlp.exe" "https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP_TAG}/yt-dlp.exe"
cp -rf BOOT-INF/classes BOOT-INF/lib platform/windows/
zip -r podcast2-win-x64.zip platform/windows/
- name: Build osx
run: |
curl -o platform/osx/yt-dlp "https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP_TAG}/yt-dlp_macos_legacy"
curl -o "platform/osx/yt-dlp" "https://github.com/yt-dlp/yt-dlp/releases/download/${YTDLP_TAG}/yt-dlp_macos_legacy"
cp -rf BOOT-INF/classes BOOT-INF/lib platform/osx/
zip -r podcast2-osx-x64.zip platform/osx/
Expand Down

0 comments on commit c96e271

Please sign in to comment.