Skip to content

Commit

Permalink
Resolve Workflow Deletion Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Codinablack authored Dec 25, 2024
1 parent 51c47d6 commit 60692af
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/windows_build_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
cmd /c copy Black-Tek-Server.exe BlackTek-Server-Debug.exe
del Black-Tek-Server.exe
cd D:\a\BlackTek-Server
del D:/a/BlackTek-Server/BlackTek-Server/vcpkg
del D:/a/BlackTek-Server/BlackTek-Server/premake_core
- name: Cleanup Vcpkg_installed
uses: JesseTG/[email protected]
Expand All @@ -80,6 +78,16 @@ jobs:
with:
path: D:/a/BlackTek-Server/BlackTek-Server/build

- name: Cleanup More VCPKG stuff
uses: JesseTG/[email protected]
with:
path: D:/a/BlackTek-Server/BlackTek-Server/vcpkg

- name: Cleanup Premake-Core
uses: JesseTG/[email protected]
with:
path: D:/a/BlackTek-Server/BlackTek-Server/premake-core

- name: Prepare Compressed Assets
run: |
7z a BlackTek-Server.zip D:/a/BlackTek-Server/BlackTek-Server/
Expand Down

0 comments on commit 60692af

Please sign in to comment.