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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -27,5 +27,5 @@ jobs:
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: My Binary Artifacts
|
||||
name: Binaries
|
||||
path: bin/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user