From 6bf4fb549eff8bc9e7552258290def4f9ff6ae08 Mon Sep 17 00:00:00 2001 From: Renaud Lepage Date: Fri, 13 Sep 2024 15:10:22 -0700 Subject: [PATCH] archive debs for check --- .github/build-nest-v3 | 2 +- .github/workflows/build-nestv3.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index 301160a..f11c82a 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -8 \ No newline at end of file +9 \ No newline at end of file diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index b4887bf..75b1536 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -39,7 +39,7 @@ jobs: - name: Find output run: find . -name "*.deb" - #- uses: actions/upload-artifact@v4 - # with: - # name: my-artifact - # path: path/to/artifact/world.txt \ No newline at end of file + - uses: actions/upload-artifact@v4 + with: + name: sbctl + path: output/sbctl*.deb \ No newline at end of file