mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
bugfix: simply specifying the build output
This commit is contained in:
parent
2c421f4596
commit
aaf45bca3d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -31,13 +31,10 @@ jobs:
|
||||
go get .
|
||||
|
||||
- name: Build project
|
||||
run: go build -o ProxySwitcher.exe -v ./...
|
||||
|
||||
- name: List contents
|
||||
run: ls -laRI .git
|
||||
run: go build -o build/ -v ./...
|
||||
|
||||
- name: Upload executable
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ProxySwitcher Executable
|
||||
path: '**/ProxySwitcher.exe'
|
||||
path: build/ProxySwitcher.exe
|
||||
|
Loading…
Reference in New Issue
Block a user