Update l4d_build.yml

This commit is contained in:
Accelerator
2021-06-30 12:12:40 +05:00
committed by GitHub
parent 262bc8f935
commit 81882ba23b

View File

@ -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