Update build.yml
This commit is contained in:
parent
16b6136b94
commit
472381baed
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
on: push
|
||||
on:
|
||||
- push
|
||||
|
||||
|
||||
jobs:
|
||||
|
@ -10,4 +11,4 @@ jobs:
|
|||
- run: go build .
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./neowofetch
|
||||
path: ./neowofetch
|
||||
|
|
Loading…
Reference in a new issue