Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
supergi0 committed Sep 29, 2023
1 parent 97cfc3f commit 958fdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/dozer-bin
echo "current path: $(pwd)"
ls
cp target/debug/dozer $GITHUB_WORKSPACE/dozer-bin/dozer
cp dozer/target/debug/dozer $GITHUB_WORKSPACE/dozer-bin/dozer
- name: Archive Dozer binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 958fdb4

Please sign in to comment.