summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-13 13:16:06 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-07-13 13:16:06 +0200
commit870f7926a51c472b32af2c9dd848d1593753f7e3 (patch)
tree37f58e17726366266479bf47b22ebd338d7df8d0
parent51f4540460e5ac5d6e46478e41c943038110ff0d (diff)
Drop krankerl packaging
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--.github/workflows/appstore-build-publish.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 68c275ac..0898f8a5 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -87,10 +87,9 @@ jobs:
npm run build
- name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }}
- # Try krankerl, fallback to makefile
run: |
cd ${{ env.APP_NAME }}
- krankerl package || make appstore
+ make appstore
- name: Checkout server ${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }}
continue-on-error: true