From a2e3fe670318c0da2b62572f775ccaf30e40f3cb Mon Sep 17 00:00:00 2001 From: Le Bao Nguyen Date: Mon, 1 Apr 2024 12:00:57 +0700 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 449c137..44cd2e0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -14,8 +14,11 @@ jobs: - name: Install compiler run: sudo apt update && sudo apt install fpc -y - - name: build_all - run: make build_all + - name: Build everything + run: make all - - name: clean - run: make clean + - name: Upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: 'Commands-collection_Artifacts' + path: 'build/'