diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 838cc814..3f539841 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: cd .. - name: Releasing Latest ISOs - if: ${{ success() && github.event_name = 'push'}} + if: ${{ success() && github.event_name == 'push'}} uses: "GutPuncher/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"