Skip to content

Commit

Permalink
fix: 下载与上传路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Dec 31, 2024
1 parent 95905ce commit 32fbe5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ jobs:
steps:
- name: 从artifact下载
uses: actions/download-artifact@v4
with:
path: ./PiliPalaX-alpha

- name: 发送到Telegram频道
uses: xireiki/channel-post@v1.0.10
Expand All @@ -249,6 +247,6 @@ jobs:
api_hash: ${{ secrets.TELEGRAM_API_HASH }}
large_file: true
method: sendFile
path: PiliPalaX-alpha/Pili-*
path: PiliPalaX-*/*
parse_mode: Markdown
context: "*v${{ needs.prepare_publish_info.outputs.new_version }}:*\n${{ fromJson(needs.prepare_publish_info.outputs.included_commits) }}"

0 comments on commit 32fbe5c

Please sign in to comment.