mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2024-12-22 14:37:26 +08:00
Update l4d_build.yml
This commit is contained in:
parent
262bc8f935
commit
81882ba23b
10
.github/workflows/l4d_build.yml
vendored
10
.github/workflows/l4d_build.yml
vendored
@ -103,10 +103,10 @@ jobs:
|
||||
- name: Checking out own repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: Tickrate-Enabler
|
||||
path: l4dtoolz
|
||||
|
||||
- name: Compiling Tickrate-Enabler files
|
||||
working-directory: Tickrate-Enabler
|
||||
- name: Compiling L4DToolZ files
|
||||
working-directory: l4dtoolz
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
@ -116,5 +116,5 @@ jobs:
|
||||
- name: Uploading package
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Tickrate-Enabler-l4d-${{ env.GITHUB_SHA_SHORT }}
|
||||
path: Tickrate-Enabler/build/package
|
||||
name: L4DToolZ-l4d-${{ env.GITHUB_SHA_SHORT }}
|
||||
path: l4dtoolz/build/package
|
||||
|
Loading…
Reference in New Issue
Block a user