fix: update artifact naming in CI and README for clarity

This commit is contained in:
monosans
2025-10-01 14:29:45 +03:00
parent 901b6106b8
commit 6f3edd48d8
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -257,7 +257,7 @@ jobs:
- run: mv target/${{ matrix.target}}/release/${{ matrix.executable || 'proxy-scraper-checker' }} dist/
- uses: actions/upload-artifact@v4
with:
name: proxy-scraper-checker-${{ matrix.target }}
name: proxy-scraper-checker-binary-${{ matrix.target }}
path: dist/
if-no-files-found: error
build-docker:
@@ -364,7 +364,7 @@ jobs:
EOF
- uses: actions/upload-artifact@v4
with:
name: proxy-scraper-checker-${{ matrix.platform }}-docker
name: proxy-scraper-checker-docker-${{ matrix.platform }}
path: dist/
if-no-files-found: error
include-hidden-files: true
@@ -386,7 +386,7 @@ jobs:
- run: mv {out,src,Cargo.lock,Cargo.toml,compose.yaml,config.toml,Dockerfile,LICENSE} dist/
- uses: actions/upload-artifact@v4
with:
name: proxy-scraper-checker-${{ matrix.platform }}-docker
name: proxy-scraper-checker-docker-${{ matrix.platform }}
path: dist/
if-no-files-found: error
include-hidden-files: true