diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85f2d9e147..edb86263ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,12 @@ jobs: - name: Build working-directory: src run: ./build.sh + - name: Save artifacts + uses: actions/upload-artifact@v2 + with: + name: artifacts + path: | + src/out/sysroot-build/sid/debian_sid_i386_sysroot.tar.xz + src/out/Release/naive - name: Basic tests run: ./tests/basic.sh src/out/Release/naive