Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-ash authored Aug 17, 2021
1 parent a30706e commit de9f337
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
- name: prepare workspace
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 && mkdir output && mv nsfb output/nsfb
- name: Archive binary
uses: actions/upload-artifact@v2
with:
name: binary
path: output/
run: rm env.sh && cd /home/runner/dev-netsurf/workspace && source env.sh && cd netsurf && make TARGET=framebuffer
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
id: create_release
Expand All @@ -28,4 +23,4 @@ jobs:
with:
files: |
README.md
binary
/home/runner/dev-netsurf/workspace/netsurf/nsfb

0 comments on commit de9f337

Please sign in to comment.