cd.yaml: fix name on build job
Some checks failed
Build && Deploy / go build (push) Failing after 1m19s
Some checks failed
Build && Deploy / go build (push) Failing after 1m19s
This commit is contained in:
parent
b9142ac4c5
commit
14c1336b54
@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: cargo build
|
||||
name: go build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user