This commit is contained in:
parent
3ffb5c9e70
commit
a90cb28ebe
2 changed files with 1 additions and 9 deletions
8
.github/rsync.sh
vendored
8
.github/rsync.sh
vendored
|
@ -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
|
2
.github/workflows/buildozer.yml
vendored
2
.github/workflows/buildozer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue