mirror of
https://github.com/Unkn0wnCat/gohangar.git
synced 2025-04-28 09:36:26 +02:00
Update GitHub workflows
This commit is contained in:
parent
e48cae9fd9
commit
11d445fa09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
go-version: 1.17
|
||||
|
||||
- name: Build
|
||||
run: go build -o dist/ -v ./...
|
||||
run: go build -o build/ -v ./...
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue