We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2222624 commit de71cbdCopy full SHA for de71cbd
1 file changed
.github/workflows/build.yml
@@ -63,7 +63,9 @@ jobs:
63
64
- name: Create submodules tarball
65
run: |
66
+ apk add tar
67
tar -czf submodules.tar.gz .git/modules
68
+ apk del tar
69
70
- uses: actions/upload-artifact@v4
71
with:
0 commit comments