Skip to content

Commit

Permalink
ci: 修复上传脚本文件复制问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Feb 8, 2025
1 parent fabf331 commit a875646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ./out_artifacts
path: ./out/

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion tools/release-gen/upload.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module ./tools/release-gen/alist-utils.psm1

# Generate metadata & upload artifacts
Write-Output "Generating metadata & uploading artifacts"
Copy-Item ./out_artifacts/* -Destination ./out/ -Recurse -Force
# Copy-Item ./out_artifacts/* -Destination ./out/ -Recurse -Force

$version = $(git describe --abbrev=0 --tags)
$gitCommitId = $(git rev-parse HEAD)
Expand Down

0 comments on commit a875646

Please sign in to comment.