diff --git a/.gitea/workflows/ci-reusable.yml b/.gitea/workflows/ci-reusable.yml index 457ddc8..d25bc48 100644 --- a/.gitea/workflows/ci-reusable.yml +++ b/.gitea/workflows/ci-reusable.yml @@ -122,7 +122,5 @@ jobs: with: # Create a unique name based on the target OS name: medicallib-rust-${{ contains(inputs.target, 'windows') && 'Windows' || 'Linux' }}-x86_64-${{ github.run_number }} - path: | - dist/*.tar.gz - dist/*.zip + path: dist/ if-no-files-found: error \ No newline at end of file