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