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

This commit is contained in:
L3D 2023-05-11 13:28:09 +02:00
parent 0cefcc4a74
commit ac7e3e1b75
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 ./ssh_key >/dev/null ; chmod 400 ./ssh_key ; ls -la ./ssh_key; cat ./ssh_key; scp -i ./ssh_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null README.md files@l3d.ch:~/
- name: Build with Buildozer
uses: actions/gh-buildozer-action@v1