diff --git a/.gitea/workflows/build-nsInnoUnp.yml b/.gitea/workflows/build-nsInnoUnp.yml index 841db17..7b17c78 100644 --- a/.gitea/workflows/build-nsInnoUnp.yml +++ b/.gitea/workflows/build-nsInnoUnp.yml @@ -31,7 +31,11 @@ jobs: artifact-source: 'dist' submodules: 'true' guest-os: ${{ matrix.target == 'linux' && 'Linux' || 'Windows' }} - # SSH URL alias configured in host ~/.ssh/config — same for both runners + # repo-url uses the host SSH alias `gitea-ci` (~/.ssh/config), + # which exists only on the host — so the clone MUST run on the + # host, not in the guest. use-git-clone:'false' selects the + # host-side clone + zip transfer transport. + use-git-clone: 'false' repo-url: 'ssh://gitea-ci/Simone/nsis-plugin-nsinnounp.git' # Suffix disambiguates artifact dirs: F:\CI\Artifacts\{run_id}-{attempt}-windows job-id-suffix: '${{ matrix.target }}'