Switch to GitHub Releases for build storage

This commit is contained in:
Filip Š 2020-04-21 21:58:52 +02:00 committed by Fabian
parent 9c018e3d3a
commit e99ba6e33e

25
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,25 @@
on:
push:
branches:
- master
jobs:
release:
name: Release to GitHub
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build v86
run: make build/libv86.js useacpi=true
- name: Release to GitHub
uses: marvinpinto/action-automatic-releases@latest
with:
title: Latest Release
automatic_release_tag: latest
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: |
build/*.js