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