Skip unsupported Gitea artifact upload
This commit is contained in:
@@ -95,16 +95,6 @@ jobs:
|
|||||||
$artifactUrl = "https://gitea.officecom.cloud/officecom/oc-sentinel/releases/download/$tag/OCSentinelClient-win-x64.zip"
|
$artifactUrl = "https://gitea.officecom.cloud/officecom/oc-sentinel/releases/download/$tag/OCSentinelClient-win-x64.zip"
|
||||||
./build/build-release-manifest.ps1 -ArtifactUrl $artifactUrl
|
./build/build-release-manifest.ps1 -ArtifactUrl $artifactUrl
|
||||||
|
|
||||||
- name: Upload package artifacts
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: ocsentinel-client-${{ github.sha }}
|
|
||||||
path: |
|
|
||||||
artifacts/OCSentinelClient-win-x64.zip
|
|
||||||
artifacts/OCSentinelClient-win-x64.zip.sha256
|
|
||||||
artifacts/version.json
|
|
||||||
if-no-files-found: warn
|
|
||||||
|
|
||||||
- name: Publish Gitea release assets
|
- name: Publish Gitea release assets
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user