Added call to FUPA on GHA

(FUPA is the automaton that pushes releases to the foobar2000 component site)
This commit is contained in:
Kevin López Brante 2020-12-20 19:59:15 -03:00 committed by GitHub
parent 46467c974f
commit 95709ce3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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