Skip to content

Commit e323eef

Browse files
committed
chore: rename ci script
1 parent 29e4744 commit e323eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
uses: actions/checkout@v2
4646
- name: Patch glibc
4747
run: bash ./ci/patch-glibc.bash
48-
- name: Prepare artifacts
49-
run: bash ./ci/prepare-artifacts.bash
48+
- name: Build artifacts
49+
run: bash ./ci/build-artifacts.bash
5050
- name: Create release
5151
id: create_release
5252
uses: actions/create-release@v1

0 commit comments

Comments
 (0)