Skip to content

Commit

Permalink
fix: OMG, what a disaster (just joking about CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Jun 10, 2024
1 parent 092a0b1 commit 70dc70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
id: find_release_extra_files
run: |
if [ -f "./LICENSE" ]; then
echo "release_extra_files='LICENSE README.md'" >> "$GITHUB_OUTPUT"
echo "release_extra_files=LICENSE README.md" >> "$GITHUB_OUTPUT"
else
echo "release_extra_files='README.md'" >> "$GITHUB_OUTPUT"
echo "release_extra_files=README.md" >> "$GITHUB_OUTPUT"
fi
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit 70dc70e

Please sign in to comment.