We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58a649 commit 4d15fa9Copy full SHA for 4d15fa9
1 file changed
.github/workflows/Build-Events-Zip.yml
@@ -14,6 +14,9 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v3
17
+ with:
18
+ submodules: recursive
19
+ fetch-depth: 0
20
21
- name: Install zip
22
run: sudo apt-get install zip
0 commit comments