mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
bugfix: locating build artifcats
This commit is contained in:
parent
dd8768eca3
commit
dca671a20b
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -31,10 +31,11 @@ jobs:
|
|||||||
go get .
|
go get .
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: go build ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
- run: ls -laR
|
||||||
- name: Upload executable
|
- name: Upload executable
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ProxySwitcher Executable
|
name: ProxySwitcher Executable
|
||||||
path: ./ProxySwitcher.exe
|
path: '**/ProxySwitcher.exe'
|
||||||
|
Loading…
Reference in New Issue
Block a user