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 dc61a7d commit 3d47419Copy full SHA for 3d47419
1 file changed
.github/workflows/ci.yaml
@@ -48,3 +48,9 @@ jobs:
48
49
- name: Build Windows executable
50
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