From 06cb9194f60e2c3d0936b8955916443474b84339 Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:15:53 +0900 Subject: [PATCH] Update package.yaml --- .github/workflows/package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index f9b71de8e..2ede3e109 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -34,11 +34,11 @@ jobs: sudo apt-get purge -y libssl-dev 2>&1 >> /dev/null | true - name: Build loxilb deb package run: | - git clone https://github.com/loxilb-io/tools.git && cd tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd - + git clone https://github.com/loxilb-io/tools.git build-tools && cd build-tools/pkg/ && make major=${{ github.event.inputs.tagName }} && cd - - name: Upload the package to a release if: github.repository == 'loxilb-io/loxilb' uses: ncipollo/release-action@v1 with: tag: v${{ github.event.inputs.tagName }} allowUpdates: true - artifacts: "tools/pkg/*.deb" + artifacts: "build-tools/pkg/*.deb"