transfer
All checks were successful
Build / Build for Android (push) Successful in 6s

This commit is contained in:
L3D 2023-05-12 01:33:37 +02:00
parent 3ffb5c9e70
commit a90cb28ebe
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 1 additions and 9 deletions

8
.github/rsync.sh vendored
View file

@ -1,8 +0,0 @@
#! /usr/bin/env bash
set -Eeuo pipefail
set -x
apt-get update -y && apt-get install -y mailutils
echo "Message Body Here" | mail -s "Subject Here" testuser@l3d.ch -A README.md

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Testing rsync transfer
run: curl --upload-file ./README.md https://transfer.sh/hello.md
run: /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt
# - name: Build with Buildozer
# uses: actions/gh-buildozer-action@v1