This commit is contained in:
@@ -18,10 +18,10 @@ jobs:
|
|||||||
run: make build
|
run: make build
|
||||||
|
|
||||||
- name: Tar binary
|
- name: Tar binary
|
||||||
run: tar -czf ./bin/gomad.tar.gz ./tmp/gomad_linux_amd64
|
run: tar -czf ./tmp/gomad.tar.gz ./tmp/gomad_linux_amd64
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
tmp/**
|
||||||
|
|||||||
Reference in New Issue
Block a user