mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
Moved webhook action from Windows to Linux
This commit is contained in:
parent
72ac0632fa
commit
8e00d2cb8c
6
.github/workflows/cmake-lx.yml
vendored
6
.github/workflows/cmake-lx.yml
vendored
@ -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}}
|
8
.github/workflows/vs-win.yml
vendored
8
.github/workflows/vs-win.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user