Update and rename go.yml to build.yml

This commit is contained in:
hahafool
2022-03-16 20:09:00 +08:00
committed by GitHub
parent cedd51bbf6
commit 1eb78bf89e

View File

@@ -20,16 +20,9 @@ jobs:
- name: Build
run: |
make PACK=1
mkdir dist
mv *.tgz dist
make
- name: Test
run: go test -v ./...
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: arts
path: dist