Skip to content

Commit 3d47419

Browse files
authored
ci: cache for testing
1 parent dc61a7d commit 3d47419

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ jobs:
4848
4949
- name: Build Windows executable
5050
run: pp -o zap2xml.exe zap2xml.pl
51+
52+
- name: Cache once for testing
53+
uses: actions/upload-artifact@v4
54+
with:
55+
path: zap2xml.exe
56+
retention-days: 1

0 commit comments

Comments
 (0)