Skip to content

Commit

Permalink
Make changes to also add the binary to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-ash authored Aug 17, 2021
1 parent 9ac5322 commit 2d86e66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d86e66

Please sign in to comment.