Skip to content

Commit de71cbd

Browse files
authored
Update build.yml
1 parent 2222624 commit de71cbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363

6464
- name: Create submodules tarball
6565
run: |
66+
apk add tar
6667
tar -czf submodules.tar.gz .git/modules
68+
apk del tar
6769
6870
- uses: actions/upload-artifact@v4
6971
with:

0 commit comments

Comments
 (0)