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

Commit

Permalink
Update gobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR authored Jun 12, 2023
1 parent 3a10efa commit a0c7f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Build
run: go build -o ./output/fulltclash-${{ matrix.os }}-amd64 fulltclash.go
- name: edit name
if: runner.os == 'Windows'
run: mv ./output/fulltclash-windows-latest-amd64 ./output/fulltclash-windows-latest-amd64.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a0c7f71

Please sign in to comment.