Update workflow

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 16:42:41 -05:00
parent aa45922dc7
commit 9661f9d06c
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Compile (make)
run: make
run: |
cd bin
make
- name: Push compiled binary
run: |
git config --global user.name "Quatalog Compiler"