Skip to content

Commit

Permalink
update workflow to make a relese
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-ash authored Aug 17, 2021
1 parent 695af8c commit 9ac5322
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push, pull_request]
on: [push]
jobs:
test:
strategy:
Expand All @@ -14,5 +14,13 @@ 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: build framebuffer
run: ls
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
id: create_release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
README.md
nsfb

0 comments on commit 9ac5322

Please sign in to comment.