fix paths
Some checks failed
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Failing after -27s
Some checks failed
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Failing after -27s
This commit is contained in:
parent
56463ed28e
commit
6d530432d5
1 changed files with 2 additions and 1 deletions
|
@ -70,8 +70,9 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
EXISTING="$(echo "${{ steps.get_remote.outputs.existing }}" | tr ',' '\n')"
|
||||
echo "$EXISTING"
|
||||
mkdir -p built newpkgs
|
||||
for d in srcpkgs/*; do
|
||||
for d in edge/*; do
|
||||
cd "$d"
|
||||
# source the APKBUILD so we get PKGNAME, PKGVER, PKGREL
|
||||
. APKBUILD
|
||||
|
|
Loading…
Add table
Reference in a new issue