mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-20 17:59:38 +00:00
Update JuNest-updater.yml
This commit is contained in:
parent
b67605a3ba
commit
1fa2512fda
1 changed files with 4 additions and 2 deletions
6
.github/workflows/JuNest-updater.yml
vendored
6
.github/workflows/JuNest-updater.yml
vendored
|
|
@ -4,6 +4,8 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 23 * * 0-6"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -46,8 +48,8 @@ jobs:
|
|||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: Continuous build
|
||||
automatic_release_tag: test
|
||||
prerelease: true
|
||||
automatic_release_tag: continuous
|
||||
prerelease: false
|
||||
draft: false
|
||||
files: |
|
||||
junest-x86_64.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue