Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Umut Isik committed Feb 10, 2020
1 parent 29d9ae9 commit d65cd38
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# .github/workflows/release.yaml

on: release
on:
release:
types: [created]
name: Build & Release
jobs:
release:
name: release
generate:
name: Create release-artifacts
runs-on: ubuntu-latest
steps:
- name: Go Release Binary
uses: ngs/[email protected]
- name: Checkout the repository
uses: actions/checkout@master
- name: Generate the artifacts
uses: skx/github-action-build@master
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: 'example-*'

0 comments on commit d65cd38

Please sign in to comment.