Skip to content

Commit dee4bc7

Browse files
Update release.yml
1 parent 6c0aea3 commit dee4bc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212

13-
steps:
14-
- name: Build Release Binary
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Build
1516
run: cargo build --release
1617

1718
- name: Archive Release Binary

0 commit comments

Comments
 (0)