fix:update release yaml remove step:Upload artifacts
This commit is contained in:
@@ -296,11 +296,3 @@ jobs:
|
|||||||
& curl.exe -sS -X POST -H "Authorization: token $token" -F "attachment=@$asset" $uploadUrl
|
& curl.exe -sS -X POST -H "Authorization: token $token" -F "attachment=@$asset" $uploadUrl
|
||||||
if ($LASTEXITCODE -ne 0) { throw "Upload failed for $name" }
|
if ($LASTEXITCODE -ne 0) { throw "Upload failed for $name" }
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: windows-${{ env.BUILD_TYPE }}
|
|
||||||
path: |
|
|
||||||
dist/**
|
|
||||||
dist.zip
|
|
||||||
|
|||||||
Reference in New Issue
Block a user