Skip to content

Commit

Permalink
add sign
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Apr 28, 2021
1 parent b2f9b9a commit 0335abb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
go-version: '^1.16.3'
- name: Build
run: go run build/build.go

- name: Sign
uses: tristan-weil/[email protected]
with:
path: dist/*
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0335abb

Please sign in to comment.