diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1403c4..bafe336 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,12 @@ jobs: run: unset HOST && source env.sh && ns-package-install && ns-clone && ns-pull-install - name: switch to new workspace run: rm env.sh && cd /home/runner/dev-netsurf/workspace && source env.sh && cd netsurf && make TARGET=framebuffer + - name: Archive binary + uses: actions/upload-artifact@v2 + with: + name: binary + path: | + nsfb - name: Create Release if: startsWith(github.ref, 'refs/tags/') id: create_release