Create main.yml

This commit is contained in:
Slavfox 2020-02-01 22:41:46 +01:00 committed by GitHub
parent 666cb04c44
commit e753b56b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Build fonts
on:
push:
tags:
- '*'
jobs:
deploy:
name: Make release
runs-on: ubuntu-latest
container:
image: "Dockerfile"
volumes:
- ${{ GITHUB_WORKSPACE }}/Cozette8:/cozette/
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
artifacts: ${{ GITHUB_WORKSPACE }}/Cozette8/build/*
token: ${{ secrets.GITHUB_TOKEN }}