Skip to content

Commit

Permalink
IT WORKS YAY!!!!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
eltrevii authored Feb 1, 2024
1 parent 7155697 commit bac3464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:
echo "api url: $api"
curl -sL "$api" -o mpv.7z
7z x mpv.7z -ompv/
rm CODEOWNERS
zip -r autobloom.zip .
rm CODEOWNERS mpv.7z
- name: create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ github.event.inputs.tag }}
run: |
zip -r autobloom.zip .
gh release create "$tag" \
autobloom.zip \
--repo="$GITHUB_REPOSITORY" \
Expand Down

0 comments on commit bac3464

Please sign in to comment.