From 0c9315da1c02ab6b1bbecaec783333138afac9dd Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Fri, 13 Sep 2024 15:58:23 -0700 Subject: [PATCH] what --- .github/build-nest-v3 | 2 +- .github/workflows/build-nestv3.yml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index 3f10ffe..19c7bdb 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -15 \ No newline at end of file +16 \ No newline at end of file diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index 6a52259..5a141db 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -36,7 +36,12 @@ jobs: - name: Build Package run: ./main.sh + - name: what the world + run: find . > output/what.log + - uses: actions/upload-artifact@v3 with: - name: sbctl - path: output/sbctl*.deb + name: all.zip + path: | + output/sbctl*.deb + output/what.log