Skip to content

Commit 380c6ad

Browse files
authored
Merge pull request #8 from Bio-OS/develop
feat: rename github action
2 parents fdc578f + 682b89d commit 380c6ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout code
3131
uses: actions/checkout@v2
3232

33-
- name: Build bioctl
33+
- name: Build
3434
run: |
3535
git tag ${{ github.event.inputs.tag }} || true
3636
if [ "${{ matrix.os }}" = "windows" ]; then

0 commit comments

Comments
 (0)