Skip to content

Commit

Permalink
fix release include submodules all
Browse files Browse the repository at this point in the history
  • Loading branch information
null511 committed Nov 3, 2021
1 parent 344df44 commit bd57955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Publish CLI Binaries
run: |
cd PixelGraph.CLI
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
needs: [publish-cli, publish-ui]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Download Windows-CLI-x64 Binary
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit bd57955

Please sign in to comment.