mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 10:15:27 +00:00
fix version again
This commit is contained in:
parent
878957c45d
commit
4a957aba88
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
|
||||
const {repo: {owner, repo}, sha} = context;
|
||||
console.log({owner, repo, sha});
|
||||
const {name, version} = require(`${process.env.GITHUB_WORKSPACE}/package.json`);
|
||||
const {name, version} = require(`${process.env.GITHUB_WORKSPACE}/desktop/package.json`);
|
||||
const arch = process.arch === 'x64' ? 'amd64' : process.arch;
|
||||
|
||||
await github.repos.uploadReleaseAsset({
|
||||
|
|
Loading…
Reference in a new issue