mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +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 appDistPath = path.resolve(process.cwd(), "packages/app/dist")
|
||||
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() {
|
||||
if (!process.env.GITHUB_TOKEN) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user