Update build scripts

This commit is contained in:
ConfusedPolarBear 2022-10-18 20:33:57 -05:00
parent c987e94221
commit 4650945a02
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: 'Build Plugin'
on: on:
push: push:
branches: [ "master", "algorithm_rewrite" ] branches: [ "master" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]

View File

@ -47,7 +47,7 @@ cat > manifest.json <<'EOF'
{ {
"version": "ASSEMBLY", "version": "ASSEMBLY",
"changelog": "- See the full changelog at [GitHub](https://github.com/ConfusedPolarBear/intro-skipper/blob/master/CHANGELOG.md)\n", "changelog": "- See the full changelog at [GitHub](https://github.com/ConfusedPolarBear/intro-skipper/blob/master/CHANGELOG.md)\n",
"targetAbi": "10.8.1.0", "targetAbi": "10.8.4.0",
"sourceUrl": "https://github.com/ConfusedPolarBear/intro-skipper/releases/download/VERSION/ZIP", "sourceUrl": "https://github.com/ConfusedPolarBear/intro-skipper/releases/download/VERSION/ZIP",
"checksum": "CHECKSUM", "checksum": "CHECKSUM",
"timestamp": "DATE" "timestamp": "DATE"