Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
howmp authored Nov 21, 2024
1 parent 869bcc9 commit d527e5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Go

on: push
on:
push:
tags:
- "v*.*.*"

jobs:

Expand All @@ -21,11 +24,10 @@ jobs:
run: |
go install github.com/go-bindata/go-bindata/...@latest
./build.sh
zip -r grs.zip dist/*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: grs.zip
files: ./dist/*

0 comments on commit d527e5c

Please sign in to comment.