mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
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:
|
||||
# push:
|
||||
# tags:
|
||||
# - "v*.*.*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -24,3 +28,10 @@ jobs:
|
||||
ls -al
|
||||
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