Browse Source
CI: set path to where extract downloaded artifacts
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with
2 additions and
1 deletions
-
.github/workflows/packages.yml
-
packages/html2text/build.sh
|
|
@ -76,6 +76,7 @@ jobs: |
|
|
|
uses: actions/download-artifact@v1 |
|
|
|
with: |
|
|
|
name: termux-packages |
|
|
|
path: ./ |
|
|
|
- name: Upload to bintray.com |
|
|
|
env: |
|
|
|
BINTRAY_USERNAME: xeffyr |
|
|
|
|
|
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.mbayer.de/html2text/ |
|
|
|
TERMUX_PKG_DESCRIPTION="Utility that converts HTML documents into plain text" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=1:1.3.2a |
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
|
TERMUX_PKG_REVISION=2 |
|
|
|
TERMUX_PKG_SRCURL=http://www.mbayer.de/html2text/downloads/html2text-${TERMUX_PKG_VERSION:2}.tar.gz |
|
|
|
TERMUX_PKG_SHA256=000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392 |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true |
|
|
|