Skip to content

Commit

Permalink
Update Build for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanecc committed May 4, 2024
1 parent 18f9d0b commit 57111e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build for release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
run: echo "Artifact ID is ${{ steps.upload.outputs.artifact-id }}"

publish:
if: github.event_name == "release"
if: github.event_name == 'release'
runs-on: ubuntu-latest
needs: [FreeBSD-x86_64-static, Linux-arm64-static, Linux-x86_64-static, Windows-x86_64-static, macOS-universal]
steps:
Expand Down

0 comments on commit 57111e3

Please sign in to comment.