We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b9d4f commit ff27a24Copy full SHA for ff27a24
.github/workflows/main.yml
@@ -90,6 +90,8 @@ jobs:
90
run: |
91
cd cmake-build
92
cpack
93
+ mkdir -p cache
94
+ cp -af _CPack_Packages/win64/ZIP/*/* cache
95
96
- name: Build registered executable
97
env:
@@ -105,13 +107,15 @@ jobs:
105
107
106
108
109
110
111
112
113
- name: Upload Artifacts
114
uses: actions/upload-artifact@v4
115
if: runner.os == 'Windows'
116
with:
117
name: taradino-${{ github.sha }}-win64
- path: cmake-build/_CPack_Packages/win64/ZIP/*/*
118
+ path: cmake-build/cache/*
119
120
cppcheck:
121
name: Cppcheck
0 commit comments