diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3b185e72..61b852d7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,3 +13,8 @@ jobs: - uses: actions/checkout@v2 - name: configure and build run: ./make_debian.sh + - name: upload result + uses: actions/upload-artifact@v2 + with: + name: debian packages + path: ebusd*.deb