Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62b49cf36c | |||
| 7813db72f1 |
@@ -25,7 +25,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: go build -ldflags "-s -w" -o ./bin/serve main.go
|
run: go build -ldflags "-s -w" -o ./bin/serve main.go
|
||||||
- name: Release build artifacts
|
- name: Release build artifacts
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: akkuman/gitea-release-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
files: ./bin/serve
|
files: ./bin/serve
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user