Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lebao3105 authored Apr 1, 2024
1 parent 683230a commit a2e3fe6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'

0 comments on commit a2e3fe6

Please sign in to comment.