ci(workflows): upload dist directory as artifact
Multi-Platform CI / test-platforms (ubuntu-22.04) (push) Successful in 20s
Multi-Platform CI / test-platforms (windows-latest) (push) Successful in 18s
Multi-Platform CI / Package for Linux x86_64 (push) Successful in 1m10s
Multi-Platform CI / Package for Windows x86_64 (push) Successful in 1m18s
Multi-Platform CI / test-platforms (ubuntu-22.04) (push) Successful in 20s
Multi-Platform CI / test-platforms (windows-latest) (push) Successful in 18s
Multi-Platform CI / Package for Linux x86_64 (push) Successful in 1m10s
Multi-Platform CI / Package for Windows x86_64 (push) Successful in 1m18s
Switch artifact path from explicit tar.gz and zip globs to the entire dist/ directory to capture all build outputs reliably and simplify the workflow configuration.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user