Skip to content

Commit

Permalink
CI: Fix folder name in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulviuus committed Sep 9, 2024
1 parent 1db9e9d commit cd4708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
name: rusk-artifact
- name: "Copy Rusk to host"
run: |
mkdir -p /path/in/container/rusk-artifacts
mkdir -p /var/opt/rusk-artifacts
cp ./target/release/rusk /var/opt/rusk-artifacts

0 comments on commit cd4708d

Please sign in to comment.