Skip to content

Commit 724a6f2

Browse files
committed
fix missing doc dir
1 parent 0ec9d08 commit 724a6f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ jobs:
170170
- name: Creating directory for archive
171171
shell: bash
172172
run: |
173-
mkdir -p "$ARCHIVE"/{complete,doc}
173+
mkdir -p "$ARCHIVE"
174174
cp "$BIN" "$ARCHIVE"/
175175
cp {README.md,LICENSE} "$ARCHIVE"/
176-
cp doc/* "$ARCHIVE"/doc/
177176
178177
- name: Build archive (Windows)
179178
shell: bash

0 commit comments

Comments
 (0)