Skip to content

Commit

Permalink
Another attempt at uploading artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-ash authored Aug 17, 2021
1 parent 2d86e66 commit a30706e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ 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
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: |
nsfb
path: output/
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
id: create_release
Expand All @@ -29,4 +28,4 @@ jobs:
with:
files: |
README.md
nsfb
binary

0 comments on commit a30706e

Please sign in to comment.