Skip to content

Commit

Permalink
test upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 7, 2024
1 parent 4e00bdb commit 0aef6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub repo details
USER="koodo-reader"
REPO="koodo-reader"
TAG="v1.6.0"
TAG="v1.5.9"

# Backblaze details
BUCKET="koodo-reader"
Expand Down Expand Up @@ -68,7 +68,7 @@ html_file="file_list.html"
echo "<html><body><table>" > $html_file

# 添加表头
echo "<tr><th>File Name</th><th style='width:100px'>File Size</th><th style='width:100px'>Last Modified</th></tr>" >> $html_file
echo "<tr><th>File Name</th><th style='width:100px;text-align:left'>File Size</th><th style='width:100px;text-align:left'>Last Modified</th></tr>" >> $html_file

# 遍历文件列表
echo "$file_list" | while read line; do
Expand Down

0 comments on commit 0aef6c4

Please sign in to comment.