This commit is contained in:
cupcakearmy 2021-04-28 14:51:56 +02:00
parent b2f9b9a54e
commit 0335abb669
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ jobs:
go-version: '^1.16.3'
- name: Build
run: go run build/build.go
- name: Sign
uses: tristan-weil/ghaction-checksum-sign-artifact@v1.0.1
with:
path: dist/*
- name: Release
uses: softprops/action-gh-release@v1
with: