update auto upload
This commit is contained in:
parent
0a68d1e630
commit
1aa4f726b1
2 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
apt-get install -y --no-install-recommends nodejs
|
apt-get install -y --no-install-recommends nodejs
|
||||||
- name: Run publish script
|
- name: Run publish script
|
||||||
run: |
|
run: |
|
||||||
node publish.js
|
node publish.mjs
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ const includeGameVersionTypes = [
|
||||||
"release",
|
"release",
|
||||||
"beta",
|
"beta",
|
||||||
"alpha",
|
"alpha",
|
||||||
|
"dev",
|
||||||
// "pre-release",
|
// "pre-release",
|
||||||
// "snapshot"
|
// "snapshot"
|
||||||
];
|
];
|
Loading…
Reference in a new issue