Skip to content

Commit 2a73f49

Browse files
committed
one more try
1 parent 53c385c commit 2a73f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
node -e "
9999
const fs = require('fs');
100100
const config = JSON.parse(fs.readFileSync('src-tauri/tauri.conf.json', 'utf8'));
101-
config.package.version = process.argv[1];
101+
config.version = process.argv[1];
102102
fs.writeFileSync('src-tauri/tauri.conf.json', JSON.stringify(config, null, 2));
103103
" "$VERSION"
104104

0 commit comments

Comments
 (0)