Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
Actions: update check job name
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Nov 24, 2021
1 parent 98e6c0a commit 09eb483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
name: Upload Release Asset
name: Build and check
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -23,7 +23,7 @@ jobs:
path: build/distributions/

release:
name: publish on github release
name: publish to github release
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 09eb483

Please sign in to comment.