We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9dae9 commit 605d7beCopy full SHA for 605d7be
1 file changed
.github/workflows/release.yml
@@ -10,17 +10,17 @@ permissions:
10
11
jobs:
12
build:
13
- name: Build utility library
+ name: Build libft
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
17
uses: actions/checkout@v4
18
19
- - name: Build utility library
+ - name: Build libft
20
run: make re
21
22
release:
23
- name: Publish utility library release
+ name: Publish libft release
24
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
25
needs: build
26
0 commit comments