Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
πŸš‘ GitHub: fix the file name
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Sep 7, 2022
1 parent 18abd5d commit 94ca921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Rsync
working-directory: ./target/aarch64-unknown-linux-gnu/release
run: |
rsync -avz blitz-dashboard yastatist:/home/pi/bin/blitz-dashboard
rsync -avz blitz-dashboard.aarch64-unknown-linux-gnu yastatist:/home/pi/bin/blitz-dashboard
- name: Restart Web
run: |
Expand Down

0 comments on commit 94ca921

Please sign in to comment.