We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7655bcd commit 32b63b7Copy full SHA for 32b63b7
.circleci/config.yml
@@ -156,7 +156,7 @@ jobs:
156
- checkout
157
- run:
158
name: zip folders
159
- command: zip -r examples.zip examples && zip -r NumCalc_WindowsExe.zip NumCalc_WindowsExe
+ command: zip -r examples.zip ./release/examples && zip -r NumCalc_WindowsExe.zip ./release/NumCalc_WindowsExe
160
161
name: "Publish Release on GitHub"
162
command: |
0 commit comments