Skip to content

Commit 32b63b7

Browse files
committed
set path
1 parent 7655bcd commit 32b63b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- checkout
157157
- run:
158158
name: zip folders
159-
command: zip -r examples.zip examples && zip -r NumCalc_WindowsExe.zip NumCalc_WindowsExe
159+
command: zip -r examples.zip ./release/examples && zip -r NumCalc_WindowsExe.zip ./release/NumCalc_WindowsExe
160160
- run:
161161
name: "Publish Release on GitHub"
162162
command: |

0 commit comments

Comments
 (0)