Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwg135 authored Sep 13, 2024
1 parent 05dd3d4 commit c78e1bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build and Package
on:
push:
branches:
- dev
- main
workflow_dispatch:

env:
VERSION: '1.0.2'
VERSION: '1.0.3'

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
with:
submodules: true

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Pre body
run: |
echo -e "更新时间:${{ env.logT }}" >> release.txt
echo -e "> - 同步官方1.0.2正式版更新,简体中文汉化编译." >> release.txt
echo -e "> - 同步官方1.0.3正式版更新,简体中文汉化编译." >> release.txt
- name: Build ipa
run: |
Expand Down

0 comments on commit c78e1bb

Please sign in to comment.