From b7033a028825f968ef1f4a3c551da30e42e364cb Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 23 May 2022 23:52:45 +0200 Subject: [PATCH] fix output path to publish release assets --- .github/workflows/main-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 9dbf88b..7417b95 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -46,6 +46,6 @@ jobs: prerelease: false title: "Latest: ${{needs.prepare.outputs.created}}" files: | - /tmp/workdir/output/*.gitshallow - /tmp/workdir/output/*.gitbundle + /tmp/workdir/kernel/output/*.gitshallow + /tmp/workdir/kernel/output/*.gitbundle