Skip to content

Commit

Permalink
fix: ci: specify artifact pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit authored Dec 24, 2024
1 parent e569e80 commit 58d2499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
pattern: build_output_*
path: artifacts
- name: Download Telegram Bot API Binary
uses: actions/download-artifact@v4
Expand All @@ -109,6 +110,7 @@ jobs:
COMMIT_URL: ${{ github.event.head_commit.url }}
run: |
ESCAPED=`python3 -c 'import json,os,urllib.parse; msg = json.dumps(os.environ["COMMIT_MESSAGE"]); print(urllib.parse.quote(msg if len(msg) <= 1024 else json.dumps(os.environ["COMMIT_URL"])))'`
find .
export universal=$(find artifacts -name "*.apk")
echo "universal=$universal"
chmod +x telegram-bot-api-binary
Expand Down

0 comments on commit 58d2499

Please sign in to comment.