mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
.github/workflows/build.yml fixed yml_files
This commit is contained in:
parent
837f9f1901
commit
bb7dcba45c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -199,7 +199,7 @@ jobs:
|
|||
echo "Uploading files to $uploadUrl"
|
||||
curl.exe -H "Authorization: Bearer ${{ secrets.PUBLISH_RELEASES_TOKEN }}" -T $file.FullName $uploadUrl
|
||||
}
|
||||
$yml_files = Get-ChildItem -File dist
|
||||
$yml_files = Get-ChildItem -File dist -Filter *.yml
|
||||
foreach ($file in $yml_files) {
|
||||
$encodedFileName = [System.Uri]::EscapeDataString($file.Name)
|
||||
$uploadUrl = "https://publish-releases.anytype.io/electron/$releaseVersion/$encodedFileName"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue