diff --git a/.github/workflows/cmake-lx.yml b/.github/workflows/cmake-lx.yml index 05b56358..4a661e0c 100644 --- a/.github/workflows/cmake-lx.yml +++ b/.github/workflows/cmake-lx.yml @@ -129,3 +129,9 @@ jobs: # tar cvfz vgmstream-audacious.tar.gz vgmstream.so # cd .. # aws s3 cp audacious/vgmstream-audacious.tar.gz s3://vgmstream-builds/${{github.sha}}/linux/vgmstream-audacious.tar.gz --acl public-read + + - name: Send webhook to Netlify for updating the website + if: github.event_name != 'pull_request' + uses: distributhor/workflow-webhook@v2.0.4 + with: + webhook_url: ${{secrets.NETLIFY_WEBHOOK}} \ No newline at end of file diff --git a/.github/workflows/vs-win.yml b/.github/workflows/vs-win.yml index 8c77e27a..b356122d 100644 --- a/.github/workflows/vs-win.yml +++ b/.github/workflows/vs-win.yml @@ -77,10 +77,4 @@ jobs: echo ${{github.sha}} | tee latest_id git describe --always | tee latest_ver aws s3 cp latest_id s3://vgmstream-builds/ --acl public-read - aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read - - - name: Send webhook to Netlify for updating the website - if: github.event_name != 'pull_request' - uses: distributhor/workflow-webhook@v2.0.4 - with: - webhook_url: ${{secrets.NETLIFY_WEBHOOK}} + aws s3 cp latest_ver s3://vgmstream-builds/ --acl public-read \ No newline at end of file