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 d312e8e commit d21fd61Copy full SHA for d21fd61
.github/workflows/actions.yaml
@@ -68,11 +68,11 @@ jobs:
68
uses: actions/checkout@v4
69
with:
70
submodules: recursive
71
- path: source
+ path: source/darling
72
73
- name: Compress source
74
run: |
75
- mkdir archive
+ mkdir -v archive
76
tar --create --gzip --verbose \
77
--file archive/darling-source.tar.gz \
78
--exclude=.git --exclude=.gitmodules --exclude=.gitignore \
0 commit comments