ci: set version correctly and remove nightly build workflow (#5367)

This commit is contained in:
Joooye_34
2023-12-21 10:00:12 +00:00
parent aeec68b0d7
commit 9fbd9b39d6
5 changed files with 12 additions and 259 deletions

View File

@@ -17,13 +17,14 @@ const affineCoreOutDir = path.join(affineCoreDir, 'dist');
const publicAffineOutDir = path.join(publicDistDir, `web-static`);
const releaseVersionEnv = process.env.RELEASE_VERSION || '';
console.log('build with following dir', {
console.log('build with following variables', {
repoRootDir,
electronRootDir,
publicDistDir,
affineSrcDir: affineCoreDir,
affineSrcOutDir: affineCoreOutDir,
publicAffineOutDir,
releaseVersionEnv,
});
// step 0: check version match