Skip to content

Commit

Permalink
Fix error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
david-c14 committed Nov 16, 2021
1 parent 7080db8 commit 0c5861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: clean up SDK
run: rm rack-sdk.zip
- name: update submodules
run: git submodules update --init --recursive
run: git submodule update --init --recursive
- name: make
run: make dist
- name: upload zip
Expand Down

0 comments on commit 0c5861f

Please sign in to comment.