Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Jun 25, 2024
1 parent 16a9c78 commit 66e9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
source: "./target/release"
source: "./target/release,./public"
target: ${{ secrets.RUST_TARGET_PATH }}
# - name: change file ownership
# uses: appleboy/ssh-action@v1.0.3
Expand Down

0 comments on commit 66e9f22

Please sign in to comment.