diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index baf0f8e..81cb6a4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -59,7 +59,7 @@ jobs: shell: cmd - name: Upload Release Asset - if: github.event_name == 'release' + if: github.event_name == 'release' uses: actions/upload-release-asset@v1 with: upload_url: ${{ github.event.release.upload_url }}