Skip to content

Commit

Permalink
update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed May 26, 2024
1 parent 8fb0dd8 commit e47af62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ jobs:
run: |
RELEASE=$(curl --silent "https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
echo "${RELEASE}"
pwd
ls
echo "--------------------------"
cd "${{ env.GITHUB_WORKSPACE }}"
pwd
ls
unzip app.jar
curl -L -o "${{ env.GITHUB_WORKSPACE }}platform/windows/yt-dlp.exe" "https://github.com/yt-dlp/yt-dlp/releases/download/${RELEASE}/yt-dlp.exe"
Expand Down

0 comments on commit e47af62

Please sign in to comment.