mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
Update and rename go.yml to build.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user