test release
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -1,5 +1,9 @@
|
|||||||
name: Build Package Manually
|
name: Release compiled assets
|
||||||
on: [workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# tags:
|
||||||
|
# - "v*.*.*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -24,3 +28,10 @@ jobs:
|
|||||||
ls -al
|
ls -al
|
||||||
git branch -v
|
git branch -v
|
||||||
|
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
name: "test release"
|
||||||
|
files: |
|
||||||
|
version
|
||||||
|
config
|
||||||
|
|||||||
Reference in New Issue
Block a user