From a1288c74803b1e376f471b736cb2e3d19a9366dd Mon Sep 17 00:00:00 2001 From: veeso Date: Thu, 3 Oct 2024 17:28:29 +0200 Subject: [PATCH] fix: github ci is stable and reliable (one worker broken each 2 weeks) --- .github/workflows/build-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 0f57ab2..d6c372d 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -33,10 +33,11 @@ jobs: run: | mkdir -p .artifact mv target/${{ matrix.platform.target }}/release/termscp .artifact/termscp + ls -l .artifact/ - name: "Upload artifact" uses: actions/upload-artifact@v3 with: if-no-files-found: error retention-days: 1 name: ${{ matrix.platform.release_for }} - path: .artifact/* + path: .artifact/termscp