Skip to content

Commit d21fd61

Browse files
committed
create-source-artifact Fix
1 parent d312e8e commit d21fd61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
uses: actions/checkout@v4
6969
with:
7070
submodules: recursive
71-
path: source
71+
path: source/darling
7272

7373
- name: Compress source
7474
run: |
75-
mkdir archive
75+
mkdir -v archive
7676
tar --create --gzip --verbose \
7777
--file archive/darling-source.tar.gz \
7878
--exclude=.git --exclude=.gitmodules --exclude=.gitignore \

0 commit comments

Comments
 (0)