Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 5cc5485

Browse files
committed
ci: upd
1 parent cd758a2 commit 5cc5485

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Build
2525
run: |
2626
mkdir release
27-
go get gopkg.in/yaml.v2
28-
go build -ldflags "-s -w" -o ./release/sniproxy-linux-amd64 ./
27+
go mod download
28+
go build -ldflags "-s -w" -o ./release/f-proxy-agent-linux-amd64 fastgit.org/f-proxy-agent
2929
3030
- uses: actions/upload-artifact@v2
3131
name: Upload Artifacts
3232
with:
33-
name: sniproxy-linux-amd64
34-
path: release/sniproxy-linux-amd64
33+
name: f-proxy-agent
34+
path: release/f-proxy-agent
3535

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module fastgit.org/sniproxygo
1+
module fastgit.org/f-proxy-agent
22

33
go 1.18
44

0 commit comments

Comments
 (0)