diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index 3c9c34d..b4887bf 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -35,3 +35,11 @@ jobs: - name: Build Package run: ./main.sh + + - 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