cemu_graphic_packs/requestGithubPages.sh

2 lines
235 B
Bash
Raw Normal View History

2018-05-22 21:30:41 +02:00
#!/bin/bash
if [ "$buildType" = "Uncommon" ]; then curl -X POST --header "Accept: application/vnd.github.mister-fantastic-preview+json" -u slashiee:$GITHUB_TOKEN https://api.github.com/repos/slashiee/cemu_graphic_packs/pages/builds; fi