Skip to content

Commit

Permalink
Add checkout to publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
feliwir committed Apr 7, 2023
1 parent c0ee58b commit 1bba9d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Bundle archive
run: |
zip -r io_mesh_w3d.zip io_mesh_w3d -x io_mesh_w3d/blender_addon_updater/.git
Expand Down

0 comments on commit 1bba9d2

Please sign in to comment.