Skip to content

Commit

Permalink
🐛 脚本依赖错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Mar 10, 2024
1 parent c2c6aa1 commit ff40665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
configuration: ".github/workflows/configuration.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate Tag Name
id: tag_name
run: echo "TAG_VERSION_NAME=v${{ env.VERSION_NAME }}" >> $GITHUB_ENV
- name: Extract tag name
id: extract_tag
run: echo "TAG_VERSION_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Upload Apks
id: upload_apk
run: pip install requests markdown && python .github/workflows/upload.py
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import requests
import markdown
import json
import time
import os
import re
# 登录
Expand Down

0 comments on commit ff40665

Please sign in to comment.