Skip to content

Commit 86b3970

Browse files
committed
rename publish to build
1 parent 9d9bc4b commit 86b3970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish
1+
name: Build
22

33
on:
44
push:
55
branches:
66
- "*"
77

88
jobs:
9-
publish:
9+
build:
1010
name: Publish for ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:

0 commit comments

Comments
 (0)