Skip to content

Commit

Permalink
fix file release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcarlinf committed Feb 24, 2024
1 parent bb8c600 commit 32cde9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
github_repo: $(basename ${{ github.repository }})
github_repo: ${{ github.repository }}
steps:
- uses: actions/checkout@v4
- name: copy file via ssh password
Expand All @@ -20,8 +20,6 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: .
target: /root/personal/${{env.github_repo}}/
target: /root/personal/$(basename ${{env.github_repo}})/
overwrite: true



0 comments on commit 32cde9a

Please sign in to comment.