Moved webhook action from Windows to Linux

This commit is contained in:
Kevin López Brante 2022-08-23 12:01:33 -04:00 committed by GitHub
parent 72ac0632fa
commit 8e00d2cb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -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}}

View File

@ -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