Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins authored Dec 21, 2024
1 parent 0b2d50d commit 84c93a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_win_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
// Append the file URL to the release description
releaseDescription += `\n\nView the corresponding [environment.yml](${fileUrl}) file used for this release.`;
releaseDescription += `\n\nTo use it, unzip the folders inside and put them under ${{ github.event.inputs.target_folder }}`;
pwd
for (let file of await fs.readdirSync('./zipped')) {
console.log('uploadReleaseAsset', file);
await github.repos.uploadReleaseAsset({
Expand Down

0 comments on commit 84c93a2

Please sign in to comment.