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

Commit

Permalink
Add the default build.key
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jun 12, 2023
1 parent 4e8a887 commit 3a10efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/go.yml → .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, ubuntu-20.04]
steps:
- name: gen buildtoken
uses: andstor/create-a-file@v0.2
with:
path: ./
file: build.key
content: "c7004ded9db897e538405c67e50e0ef0c3dbad717e67a92d02f6ebcfd1022a5ad1d2c4419541f538ff623051759ec000d2f426e03f9709a6608570c5b9141a6b"
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: gomod2
- name: go-mod
run: go mod tidy
- name: Build
run: go build -o ./output/fulltclash-${{ matrix.os }}-amd64 fulltclash.go
Expand Down
1 change: 1 addition & 0 deletions build.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c7004ded9db897e538405c67e50e0ef0c3dbad717e67a92d02f6ebcfd1022a5ad1d2c4419541f538ff623051759ec000d2f426e03f9709a6608570c5b9141a6b

0 comments on commit 3a10efa

Please sign in to comment.