Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 4c89159

Browse files
committed
wip: release binary
1 parent 7bb622d commit 4c89159

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/binary.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release Naisplater binary
2+
3+
on: [push]
4+
5+
jobs:
6+
release-linux-amd64:
7+
name: release linux/amd64
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: wangyoucao577/[email protected]
12+
with:
13+
github_token: ${{ secrets.GITHUB_TOKEN }}
14+
goos: linux
15+
goarch: amd64

0 commit comments

Comments
 (0)