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

Commit 3a10efa

Browse files
committed
Add the default build.key
1 parent 4e8a887 commit 3a10efa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/go.yml renamed to .github/workflows/gobuild.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-13, ubuntu-20.04]
1616
steps:
17-
- name: gen buildtoken
18-
uses: andstor/create-a-file@v0.2
19-
with:
20-
path: ./
21-
file: build.key
22-
content: "c7004ded9db897e538405c67e50e0ef0c3dbad717e67a92d02f6ebcfd1022a5ad1d2c4419541f538ff623051759ec000d2f426e03f9709a6608570c5b9141a6b"
2317
- name: Check out code
2418
uses: actions/checkout@v3
2519
- name: Set up Go
2620
uses: actions/setup-go@v4
2721
with:
2822
go-version: 'stable'
29-
- name: gomod2
23+
- name: go-mod
3024
run: go mod tidy
3125
- name: Build
3226
run: go build -o ./output/fulltclash-${{ matrix.os }}-amd64 fulltclash.go

build.key

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c7004ded9db897e538405c67e50e0ef0c3dbad717e67a92d02f6ebcfd1022a5ad1d2c4419541f538ff623051759ec000d2f426e03f9709a6608570c5b9141a6b

0 commit comments

Comments
 (0)