bugfix: specify output of go build command

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

View File

@ -31,9 +31,11 @@ jobs:
go get . go get .
- name: Build project - 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 - name: Upload executable
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: