Skip to content

Commit

Permalink
lets see if the variable sets correctly now
Browse files Browse the repository at this point in the history
  • Loading branch information
eltrevii authored Feb 1, 2024
1 parent 39da0c0 commit 075251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: download mpv
run: |
api = $(curl "https://api.github.com/repos/shinchiro/mpv-winbuild-cmake/releases/latest" | python -c "import sys, json; print(json.load(sys.stdin)['assets'][9]['browser_download_url'])")
echo api=$(curl "https://api.github.com/repos/shinchiro/mpv-winbuild-cmake/releases/latest" | python -c "import sys, json; print(json.load(sys.stdin)['assets'][9]['browser_download_url'])")" >> $GITHUB_ENV
curl $api -o mpv.7z
7z x mpv.7z -ompv/
Expand Down

0 comments on commit 075251e

Please sign in to comment.