test again
Some checks failed
Build / Build for Android (push) Failing after 7s

This commit is contained in:
L3D 2023-05-11 13:28:09 +02:00
parent 0cefcc4a74
commit 67e36066c0
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -13,10 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Prerelease
run: echo "Secret: ${{ ID_ED25519 }}"; \
echo ${{ ID_ED25519 }} > /tmp/ssh_key ; \
chmod 400 /tmp/ssh_key ; \
scp -i /tmp/ssh_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null README.md files@l3d.ch:~/
run: echo "${{ secrets.ID_ED25519 }}" | tee /tmp/ssh_key; chmod 400 /tmp/ssh_key ; scp -i /tmp/ssh_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null README.md files@l3d.ch:~/
- name: Build with Buildozer
uses: actions/gh-buildozer-action@v1