Merge branch 'bleh' of github.com:exhq/neowofetch into bleh
This commit is contained in:
commit
9faf3cd4b2
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:
|
jobs:
|
||||||
|
@ -10,4 +11,4 @@ jobs:
|
||||||
- run: go build .
|
- run: go build .
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./neowofetch
|
path: ./neowofetch
|
||||||
|
|
Loading…
Reference in a new issue