Skip to content

Commit

Permalink
undo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Mar 25, 2024
1 parent 377a15d commit e5d3c35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
PROJECT_OS: windows
PREMAKE5: ./dependencies/windows/premake-core/premake5.exe
PREMAKE5_URL: https://github.com/danielga/garrysmod_common/releases/download/premake-build%2F5.0.0-beta2/premake-5.0.0-beta2-windows.zip
ABI_COMPAT_FILE: ./dependencies/garrysmod_common/source/ABICompatibility.cpp
steps:
- uses: actions/checkout@v4
- name: Build
run: |
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString("$env:BOOTSTRAP_URL"))
(Get-Content $env:ABI_COMPAT_FILE).Replace('1937', '1940') | Set-Content $env:ABI_COMPAT_FILE
& "$env:BUILD_SCRIPT"
- name: Upload release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e5d3c35

Please sign in to comment.