mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31: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 .
|
||||
|
||||
- name: Build project
|
||||
run: go build ./...
|
||||
run: go build -v ./...
|
||||
|
||||
- run: ls -laR
|
||||
- name: Upload executable
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ProxySwitcher Executable
|
||||
path: ./ProxySwitcher.exe
|
||||
path: '**/ProxySwitcher.exe'
|
||||
|
Loading…
Reference in New Issue
Block a user