bugfix: locating build artifcats

This commit is contained in:
Baipyrus 2024-09-01 13:26:11 +02:00 committed by GitHub
parent dd8768eca3
commit dca671a20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'