diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 001c932..59887fc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,4 +13,10 @@ jobs: ls ${{ gitea.workspace }} mkdir build BUILDDIR=$(realpath build) make install_dev main - - run: echo "Build status ${{ job.status }}." \ No newline at end of file + - name: Save artifact + uses: actions/upload-artifact@v3 + with: + name: build-AntOS + path: build/ + retention-days: 5 + - run: echo "Build status ${{ job.status }}."