CI: set path to where extract downloaded artifacts
This commit is contained in:
parent
f1ed9e38d8
commit
c4d673ee07
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user