Skip to content

Commit

Permalink
改进 afterCI change release 工作流 #643
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 23, 2024
1 parent b798c1a commit 3c5a80d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
const { data } = await github.rest.repos.getLatestRelease({ owner: 'Hi-Windom', repo: 'Sillot' });
async function downloadAsset(asset) {
const url = asset.browser_download_url;
const path = `${process.env.RUNNER_TEMP}/${asset.name}`;
const path = `${asset.name}`;
console.log(`Downloading ${url} to${path}`);
const response = await axios({
url,
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sillot",
"version": "0.31.1220",
"syv": "3.0.11",
"version": "0.31.1230",
"syv": "3.0.12",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
"author": "Hi-Windom",
Expand Down

0 comments on commit 3c5a80d

Please sign in to comment.