Skip to content

Commit

Permalink
mod: yml rename
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Mar 2, 2024
1 parent a3ce15b commit 0e88853
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml → .github/workflows/beta_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: 上传
uses: actions/upload-artifact@v3
with:
name: Pilipala-CI
name: Pilipala-Beta
path: |
build/app/outputs/flutter-apk/Pili-*.apk
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
name: Pilipala-CI
name: Pilipala-Beta
path: |
build/Pili-*.ipa
Expand All @@ -191,8 +191,8 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: Pilipala-CI
path: ./Pilipala-CI
name: Pilipala-Beta
path: ./Pilipala-Beta

- name: 发送到Telegram频道
uses: xireiki/channel-post@v1.0.7
Expand All @@ -203,6 +203,6 @@ jobs:
api_id: ${{ secrets.TELEGRAM_API_ID }}
api_hash: ${{ secrets.TELEGRAM_API_HASH }}
method: sendFile
path: Pilipala-CI/*
path: Pilipala-Beta/*
parse_mode: Markdown
context: "*Beta版本: v${{ needs.update_version.outputs.new_version }}*\n更新内容: [${{ needs.update_version.outputs.last_commit }}](${{ github.event.head_commit.url }})"
File renamed without changes.

0 comments on commit 0e88853

Please sign in to comment.