mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
ACTIONS: Change build script reference name
This commit is contained in:
parent
9d354ad2b5
commit
834bf7fc36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile-and-release.yml
vendored
2
.github/workflows/compile-and-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
working-directory: ./tools
|
||||
run: |
|
||||
sudo -i
|
||||
./qc-compiler-lin.sh
|
||||
./qc-compiler-gnu.sh
|
||||
echo "QC COMPILE STATUS - ${{ job.status }}."
|
||||
- name: Zip Progs
|
||||
working-directory: ./build
|
||||
|
|
Loading…
Reference in a new issue