Skip to content

Commit

Permalink
mirror at 20210507193410
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed May 7, 2021
1 parent 03053b0 commit 565e003
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
- run: go build -o deploys .
- uses: actions/upload-artifact@v2
with:
name: deploys
path: deploys

0 comments on commit 565e003

Please sign in to comment.