1
0
forked from MTSR/mapserver

release action

This commit is contained in:
NatureFreshMilk 2019-11-28 13:08:09 +01:00
parent 25f6e845da
commit c0f130fa22
2 changed files with 22 additions and 15 deletions

22
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: release
on:
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: build
run: make release
- name: upload
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'output/mapserver-*'

View File

@ -1,15 +0,0 @@
name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: test
run: make release