This commit is contained in:
parent
f9d5c62757
commit
ff082b098c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/buildozer.yml
vendored
10
.github/workflows/buildozer.yml
vendored
|
@ -13,13 +13,13 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Testing rsync transfer
|
- name: Testing rsync transfer
|
||||||
uses: actions/rsync@8ba0e72d2ef4876e36bd3614f93ab746fdd9ba53
|
uses: actions/rsync@60266146865d04eec698aef9f3f636afae7b618d
|
||||||
width:
|
width:
|
||||||
source: README.md
|
source: README.md
|
||||||
destionation: ~/
|
destionation: "/tmp/"
|
||||||
host: files.l3d.ch
|
host: "files.l3d.ch"
|
||||||
user: files
|
user: "files"
|
||||||
sshkey: ${{ secrets.SSHKEY }}
|
sshkey: "${{ secrets.SSHKEY }}"
|
||||||
|
|
||||||
# - name: Build with Buildozer
|
# - name: Build with Buildozer
|
||||||
# uses: actions/gh-buildozer-action@v1
|
# uses: actions/gh-buildozer-action@v1
|
||||||
|
|
Loading…
Reference in a new issue