Update build scripts
This commit is contained in:
parent
c987e94221
commit
4650945a02
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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" ]
|
||||||
|
|
||||||
|
2
.github/workflows/package.sh
vendored
2
.github/workflows/package.sh
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user