mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 12:23:44 +01:00
Added call to FUPA on GHA
(FUPA is the automaton that pushes releases to the foobar2000 component site)
This commit is contained in:
parent
46467c974f
commit
95709ce3c2
7
.github/workflows/vs-win.yml
vendored
7
.github/workflows/vs-win.yml
vendored
@ -118,3 +118,10 @@ jobs:
|
||||
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: Web Request Action
|
||||
uses: Satak/webrequest-action@v1.2.3
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
url: https://vgmstream-builds.losno.co/callFupa?secret=${{ secrets.FUPA_UPDATER_SECRET }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user