diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9217a08..9fe5037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: path: artifacts/* publish_release: name: Publish release - if: github.event_name != 'push' + if: ${{github.event_name != 'push'}} needs: build_ffmpeg runs-on: ubuntu-latest steps: