diff --git a/.github/workflows/windows_build_runner.yml b/.github/workflows/windows_build_runner.yml index 9ee87b37..7190b4c5 100644 --- a/.github/workflows/windows_build_runner.yml +++ b/.github/workflows/windows_build_runner.yml @@ -51,6 +51,7 @@ jobs: - name: Install Dependencies run: | cd D:\a\BlackTek-Server + $env:VCPKG_BINARY_SOURCES="clear" vcpkg install --triplet x64-windows vcpkg integrate install @@ -100,9 +101,9 @@ jobs: with: prerelease: true tag_name: ${{ matrix.buildtype }}-Edge-Build-${{ github.sha }} - name: BlackTek-Server-Windows-Edge-Build + name: ${{ matrix.buildtype }} BlackTek-Server Edgebuild (dev) body: | - Windows Edge build from commit ${{ github.sha }} - Commit message: ${{ github.event.head_commit.message }} + ${{ matrix.buildtype }} Edge build from commit ${{ github.sha }} + Commit message: This is an automated build for ${{ matrix.buildtype }} Build date: ${{ github.event.head_commit.timestamp }} files: BlackTek-Server.zip