Skip to content

Commit ff27a24

Browse files
even cruder hack
1 parent 89b9d4f commit ff27a24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
run: |
9191
cd cmake-build
9292
cpack
93+
mkdir -p cache
94+
cp -af _CPack_Packages/win64/ZIP/*/* cache
9395
9496
- name: Build registered executable
9597
env:
@@ -105,13 +107,15 @@ jobs:
105107
run: |
106108
cd cmake-build
107109
cpack
110+
mkdir -p cache
111+
cp -af _CPack_Packages/win64/ZIP/*/* cache
108112
109113
- name: Upload Artifacts
110114
uses: actions/upload-artifact@v4
111115
if: runner.os == 'Windows'
112116
with:
113117
name: taradino-${{ github.sha }}-win64
114-
path: cmake-build/_CPack_Packages/win64/ZIP/*/*
118+
path: cmake-build/cache/*
115119

116120
cppcheck:
117121
name: Cppcheck

0 commit comments

Comments
 (0)