Update build.yml
This commit is contained in:
parent
e76b6cd987
commit
29c06f15e2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -2,7 +2,7 @@ name: Build and Upload Binary
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -27,5 +27,5 @@ jobs:
|
|||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: My Binary Artifacts
|
name: Binaries
|
||||||
path: bin/
|
path: bin/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user