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}
29
29
`
30
30
31
31
async function run ( ) {
32
- await fs . writeFile ( envPath , envFileContent , 'utf-8' )
33
- await execaCommand ( 'pnpm tauri build --target universal-apple-darwin' , { stdio : 'inherit' } )
34
-
35
32
const tauriConf = JSON . parse (
36
33
await fs . readFile ( tauriConfPath , 'utf-8' ) ,
37
34
) as typeof import ( '../../src-tauri/tauri.conf.json' )
@@ -73,6 +70,9 @@ async function run() {
73
70
}
74
71
catch { /* If endpoint throws, it means no release yet */ }
75
72
73
+ await fs . writeFile ( envPath , envFileContent , 'utf-8' )
74
+ await execaCommand ( 'pnpm tauri build --target universal-apple-darwin' , { stdio : 'inherit' } )
75
+
76
76
const release = await octokit . rest . repos . createRelease ( {
77
77
owner : 'Gitification-App' ,
78
78
repo : 'gitification' ,
You can’t perform that action at this time.
0 commit comments