Skip to content

Commit

Permalink
Specify explicit paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 12, 2024
1 parent 18dc6ef commit 83e2fe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: artifact
path: "*/target/*/release/{diesel,cargo-llvm-lines}"
path: |
diesel_cli/target/x86_64-unknown-linux-gnu/release/diesel
diesel_cli/target/aarch64-unknown-linux-gnu/release/diesel
cargo-llvm-lines/target/x86_64-unknown-linux-gnu/release/cargo-llvm-lines
cargo-llvm-lines/target/aarch64-unknown-linux-gnu/release/cargo-llvm-lines
if-no-files-found: error

# build:
Expand Down

0 comments on commit 83e2fe1

Please sign in to comment.