Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 6b682ca

Browse files
committed
fix tests
1 parent 1513bdb commit 6b682ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/windows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,11 @@ jobs:
8282
run: |
8383
cd rel
8484
mergin.exe --help
85+
86+
- name: archive release mergin
87+
uses: actions/upload-artifact@v2
88+
with:
89+
name: mergin-cpp-client
90+
path: |
91+
rel
92+

0 commit comments

Comments
 (0)