Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update bili version check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zjns committed Apr 21, 2023
1 parent b6f351d commit 8321792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bilibili-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
cycle=`awk -F "=" '$1 == "cycle" {print $2}' version`
my_ver=`awk -F "=" '$1 == "my_ver" {print $2}' version`
else
ver="6.60.0"; ver_code="6600300"; sn="7796011"; iv="6600310"
ver="7.26.0"; ver_code="7260200"; sn="11711174"; iv="7260210"
fi
pip3 install -U pip
Expand Down

0 comments on commit 8321792

Please sign in to comment.