Skip to content

Commit de9c042

Browse files
committed
Adjust artifacts to remove top-level directory
1 parent 41c802e commit de9c042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Package
146146
run: |
147147
for dir in */; do
148-
zip -r "${dir%/}.zip" "${dir}"
148+
zip "${dir%/}.zip" ${dir}*
149149
done
150150
151151
- name: Release

0 commit comments

Comments
 (0)