Add 'Upload CI Artefacts' to cygwin.yml.

This commit is contained in:
Sven Geuer 2026-05-11 14:16:43 +02:00
parent 16d400b636
commit 86be61a92a
No known key found for this signature in database
GPG key ID: ADF50EDAF8ADD585

View file

@ -17,3 +17,8 @@ jobs:
- name: Check
shell: bash {0}
run: ldd proxytunnel.exe | awk '{print $3}' | grep -vi windows/system32 | sort | uniq
- name: Upload CI Artifact
uses: actions/upload-artifact@v4
with:
name: proxytunnel-${{ github.sha }}-x86_64-windows-cygwin
path: proxytunnel.exe docs/proxytunnel.1*