Reorganize menu: disable new UI entry after shifting back to cli exec… #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "ci" | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
pre-release: | |
name: "Pre Release" | |
runs-on: "windows-2019" # Windows 10, VS 2019 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/build | |
- uses: "marvinpinto/action-automatic-releases@latest" | |
with: | |
repo_token: "${{ secrets.GITHUB_TOKEN }}" | |
automatic_release_tag: "latest" | |
prerelease: true | |
title: "开发中的最新版本 (Latest development build)" | |
files: | | |
preppipe_gui-windows-x64.7z | |
#- name: Repository Dispatch | |
# uses: peter-evans/repository-dispatch@v2 | |
# with: | |
# token: ${{ secrets.PREPPIPE_ALL_IN_ONE_PAT }} | |
# repository: PrepPipe/preppipe-latest-all-in-one | |
# event-type: update-request |