Update On Wed Oct 29 19:43:11 CET 2025

This commit is contained in:
github-action[bot]
2025-10-29 19:43:12 +01:00
parent d6c0cc343d
commit 74fefeb01a
31 changed files with 664 additions and 541 deletions
@@ -97,7 +97,7 @@ jobs:
./build-release -t ${{ matrix.platform.target }} $compile_features $compile_compress $compile_nightly $compile_cargo_flags
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ matrix.platform.target }}
path: build/release/*
@@ -138,7 +138,7 @@ jobs:
./build/build-host-release -t ${{ matrix.target }}
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ matrix.target }}
path: build/release/*
@@ -164,7 +164,7 @@ jobs:
pwsh ./build/build-host-release.ps1 "full winservice"
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: windows-native
path: build/release/*