Skip to content

Commit

Permalink
addv
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed May 7, 2024
1 parent d607eb8 commit 3c26e46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
required: true
type: choice
options:
- w1123h264
- w1064
- w1032
- w1124h264
- w1123h264
- w1022h264
- w1022h232
- w11lt2464
- w10lt2164
- w10lt2132
Expand Down Expand Up @@ -85,7 +85,6 @@ jobs:
# upload to cloud
Get-ChildItem -Path ".\*.json" -File | ForEach-Object {
$json = Get-Content $_.FullName | Convertfrom-Json
$json.os_ver
.\bin\rclone.exe copy ".\$json.name" "${{ vars.RCLONE_PATH }}\$($json.os_ver)\$($json.os_release)\$($json.os_version)" --progress
.\bin\rclone.exe copy "$_.FullName" "${{ vars.RCLONE_PATH }}\$($json.os_ver)\$($json.os_release)\$($json.os_version)" --progress
.\bin\rclone.exe copyto "$_.FullName" "${{ vars.RCLONE_PATH }}\$($json.os_ver)\$($json.os_release)\latest_$($json.os_arch).json" --progress
Expand Down

0 comments on commit 3c26e46

Please sign in to comment.