Skip to content

Commit

Permalink
fix extraction path
Browse files Browse the repository at this point in the history
  • Loading branch information
Muirrum committed Oct 25, 2023
1 parent 3f50653 commit 2692989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}

- name: Extract tarball on production host
run: ssh staging tar xzvf "$SSH_DIR/hkgi-new.tar.gz" -C "$SSH_DIR"
run: ssh staging tar xzvf "$SSH_DIR/hkgi-new.tar.gz" -C "$SSH_DIR/hkgi"
env:
SSH_DIR: ${{ secrets.SSH_DIR }}

Expand Down

0 comments on commit 2692989

Please sign in to comment.