From 0e227a24abd22c99ea7fffde7ffb4010393c5daa Mon Sep 17 00:00:00 2001 From: monosans Date: Fri, 25 Apr 2025 19:36:04 +0300 Subject: [PATCH] fix docker artifacts --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dab184..b5eaf34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -363,10 +363,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: proxy-scraper-checker-docker-${{ matrix.platform }} - path: | - dist/ - dist/out/.gitkeep + path: dist/ if-no-files-found: error + include-hidden-files: true upload-docker-src: needs: - build-docker @@ -386,10 +385,9 @@ jobs: - uses: actions/upload-artifact@v4 with: name: proxy-scraper-checker-docker-${{ matrix.platform }} - path: | - dist/ - dist/out/.gitkeep + path: dist/ if-no-files-found: error + include-hidden-files: true clippy: runs-on: ubuntu-24.04 strategy: