Skip to content

Commit

Permalink
Changed Edge Build Name and message
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 25, 2024
1 parent 60692af commit 20f7945
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 20f7945

Please sign in to comment.