Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadem authored Jun 1, 2024
1 parent 983e509 commit 2ed0924
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build project
run: make
- name: List files in directory
run: ls -l ./minishell
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: minishell
path: ./minishell
path: ./project

0 comments on commit 2ed0924

Please sign in to comment.