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

Commit e82ae50

Browse files
committed
Update build config.
1 parent 6a2366e commit e82ae50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gobuild.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Build
2626
run: go build -ldflags="-s -w" -o ./output/fulltclash-${{ matrix.os }}-amd64 fulltclash.go
2727
- name: edit name
28+
if: runner.os == 'Windows'
2829
run: mv ./output/fulltclash-windows-latest-amd64 ./output/fulltclash-windows-amd64.exe
2930
- name: Upload artifact
3031
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)