mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
bugfix: specify output of go build command
This commit is contained in:
parent
dca671a20b
commit
2c421f4596
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,9 +31,11 @@ jobs:
|
||||
go get .
|
||||
|
||||
- name: Build project
|
||||
run: go build -v ./...
|
||||
run: go build -o ProxySwitcher.exe -v ./...
|
||||
|
||||
- run: ls -laR
|
||||
- name: List contents
|
||||
run: ls -laRI .git
|
||||
|
||||
- name: Upload executable
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user