This commit is contained in:
parent
a843a27b6c
commit
b294117bb5
1 changed files with 8 additions and 8 deletions
16
.github/workflows/buildozer.yml
vendored
16
.github/workflows/buildozer.yml
vendored
|
@ -12,13 +12,13 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Testing rsync transfer
|
- name: Build with Buildozer
|
||||||
run: echo Uploaded; /usr/bin/curl --upload-file ./README.md https://transfer.sh/hello.txt; echo \nsuccess
|
uses: actions/gh-buildozer-action@v1
|
||||||
|
id: buildozer
|
||||||
|
with:
|
||||||
|
workdir: hello_world
|
||||||
|
buildozer_version: stable
|
||||||
|
|
||||||
# - name: Build with Buildozer
|
- name: Upload File
|
||||||
# uses: actions/gh-buildozer-action@v1
|
run: echo Uploaded; /usr/bin/curl --upload-file ${{ steps.buildozer.outputs.filename }} https://transfer.sh/hello.txt; echo upload$_
|
||||||
# id: buildozer
|
|
||||||
# with:
|
|
||||||
# workdir: hello_world
|
|
||||||
# buildozer_version: stable
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue