mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-05 08:25:28 +00:00
优化更新流程
This commit is contained in:
parent
0e53d28018
commit
2c56119a31
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -3,8 +3,10 @@ name: Build Windows Executable
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Sequence of patterns matched against refs/tags
|
# Sequence of patterns matched against refs/tags
|
||||||
tags:
|
# tags:
|
||||||
- 'v*'
|
# - 'v*'
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -16,6 +18,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Important: fetch all history for all tags and branches
|
fetch-depth: 0 # Important: fetch all history for all tags and branches
|
||||||
|
|
||||||
|
- name: Set up Git
|
||||||
|
run: |
|
||||||
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
git config --global user.name "GitHub Actions"
|
||||||
|
|
||||||
- name: Get Changes between Tags
|
- name: Get Changes between Tags
|
||||||
id: changes
|
id: changes
|
||||||
uses: simbo/changes-between-tags-action@v1
|
uses: simbo/changes-between-tags-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user