File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ VITE_CLIENT_ID=${id}
2929`
3030
3131async function run ( ) {
32- await fs . writeFile ( envPath , envFileContent , 'utf-8' )
33- await execaCommand ( 'pnpm tauri build --target universal-apple-darwin' , { stdio : 'inherit' } )
34-
3532 const tauriConf = JSON . parse (
3633 await fs . readFile ( tauriConfPath , 'utf-8' ) ,
3734 ) as typeof import ( '../../src-tauri/tauri.conf.json' )
@@ -73,6 +70,9 @@ async function run() {
7370 }
7471 catch { /* If endpoint throws, it means no release yet */ }
7572
73+ await fs . writeFile ( envPath , envFileContent , 'utf-8' )
74+ await execaCommand ( 'pnpm tauri build --target universal-apple-darwin' , { stdio : 'inherit' } )
75+
7676 const release = await octokit . rest . repos . createRelease ( {
7777 owner : 'Gitification-App' ,
7878 repo : 'gitification' ,
You can’t perform that action at this time.
0 commit comments