Removed updater action

This commit is contained in:
Kevin López Brante 2021-10-06 16:39:22 -03:00 committed by GitHub
parent 766022cb14
commit a9ff4099c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,9 +78,3 @@ 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 }}