Skip to content

Commit

Permalink
Fix create-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Dec 22, 2024
1 parent 642dcb9 commit bd45785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Rust
uses: hecrj/setup-rust-action@v1
with:
Expand Down

0 comments on commit bd45785

Please sign in to comment.