mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-07-18 17:38:04 +08:00
Update l4d_build.yml
This commit is contained in:
10
.github/workflows/l4d_build.yml
vendored
10
.github/workflows/l4d_build.yml
vendored
@ -103,10 +103,10 @@ jobs:
|
|||||||
- name: Checking out own repository
|
- name: Checking out own repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: Tickrate-Enabler
|
path: l4dtoolz
|
||||||
|
|
||||||
- name: Compiling Tickrate-Enabler files
|
- name: Compiling L4DToolZ files
|
||||||
working-directory: Tickrate-Enabler
|
working-directory: l4dtoolz
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
@ -116,5 +116,5 @@ jobs:
|
|||||||
- name: Uploading package
|
- name: Uploading package
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Tickrate-Enabler-l4d-${{ env.GITHUB_SHA_SHORT }}
|
name: L4DToolZ-l4d-${{ env.GITHUB_SHA_SHORT }}
|
||||||
path: Tickrate-Enabler/build/package
|
path: l4dtoolz/build/package
|
||||||
|
Reference in New Issue
Block a user