We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a213b commit 149c76cCopy full SHA for 149c76c
1 file changed
.github/workflows/main.yml
@@ -102,6 +102,7 @@ jobs:
102
#- run: PATH=/github/home/.nimble/bin:$PATH nimble buildLspWs
103
104
# create release packages
105
+ - run: rm -r ./config/nimcache
106
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims -l
107
108
# make zips
@@ -180,6 +181,7 @@ jobs:
180
181
- run: ./rcedit-x64.exe nevc.exe --set-icon ./res/icon.ico
182
183
184
185
- run: nim ./tools/package_release.nims -w
186
187
0 commit comments