mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +02:00
Update release.yml
This commit is contained in:
parent
1ebaee37a1
commit
6b6c3accb3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -2,7 +2,7 @@ name: Create Release Artifacts
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
releases-matrix:
|
||||
|
@ -37,4 +37,4 @@ jobs:
|
|||
goarch: ${{ matrix.goarch }}
|
||||
goversion: "https://go.dev/dl/go1.17.7.linux-amd64.tar.gz"
|
||||
extra_files: LICENSE README.md
|
||||
build_flags: '-tags withUI'
|
||||
build_flags: '-tags withUI'
|
||||
|
|
Loading…
Add table
Reference in a new issue