mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
change packed dist path
This commit is contained in:
parent
d43d514451
commit
c8b91ddf04
@ -20,7 +20,7 @@ const repo = "ragestudio/comty"
|
|||||||
const appSrcPath = path.resolve(process.cwd(), "packages/app/src")
|
const appSrcPath = path.resolve(process.cwd(), "packages/app/src")
|
||||||
const appDistPath = path.resolve(process.cwd(), "packages/app/dist")
|
const appDistPath = path.resolve(process.cwd(), "packages/app/dist")
|
||||||
const changelogsPath = path.resolve(process.cwd(), "changelogs")
|
const changelogsPath = path.resolve(process.cwd(), "changelogs")
|
||||||
const packedDistPath = path.resolve(appDistPath, "dist.zip")
|
const packedDistPath = path.resolve(process.cwd(), "dist.zip")
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
if (!process.env.GITHUB_TOKEN) {
|
if (!process.env.GITHUB_TOKEN) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user