Skip to content

Commit

Permalink
testing time? (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltrevii authored Feb 1, 2024
1 parent 78662fd commit 7155697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,20 @@ jobs:
- name: download mpv
run: |
api=$(curl -s "https://api.github.com/repos/shinchiro/mpv-winbuild-cmake/releases/latest" | python -c "import sys, json; print(json.load(sys.stdin)['assets'][8]['browser_download_url'])")
tag=v${{ github.event.inputs.tag }}
echo "api url: $api"
curl -sL "$api" -o mpv.7z
7z x mpv.7z -ompv/
rm CODEOWNERS
zip -r autobloom.zip .
- name: create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ github.event.inputs.tag }}
run: |
gh release create "$tag" \
autobloom.zip \
--repo="$GITHUB_REPOSITORY" \
--title="autobloom ${tag}" \
--generate-notes

0 comments on commit 7155697

Please sign in to comment.