Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Sep 2, 2024
1 parent 754524b commit 8de54d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cd tools/deploy_aws_s3 && cargo build --verbose

- name: Tar site tools
run: tar -C tools/deploy_aws_s3/debug -cvf deploy_aws_s3.tar deploy_aws_s3
run: tar -C tools/deploy_aws_s3/target/debug -cvf deploy_aws_s3.tar deploy_aws_s3

- name: Save tools artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8de54d0

Please sign in to comment.