update
This commit is contained in:
parent
25d0cd0304
commit
21568a05e8
|
@ -63,7 +63,7 @@ jobs:
|
|||
wget http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core64.iso
|
||||
mkdir iso-old
|
||||
7z x slitaz-rolling-core64.iso -y -r -o./iso-old
|
||||
wget -O ./packages/teasiu-5.0.tazpkg http://www.ecoo.top:8083/dl/slitaz/teasiu-5.0.tazpkg
|
||||
# wget -O ./packages/teasiu-5.0.tazpkg http://www.ecoo.top:8083/dl/slitaz/teasiu-5.0.tazpkg
|
||||
wget -O ./packages/updatetime.txt http://www.ecoo.top:8083/dl/slitaz/iso/rolling/slitaz-rolling-core64-chinese-updatetime.txt
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Checkout codebase
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Update Docker Version
|
||||
- name: Update teasiu-5.0.tazpkg Version
|
||||
run: |
|
||||
LASTEST_TAG="$( curl -sL "http://www.ecoo.top:8083/dl/slitaz/teasiu-5.0.tazpkg" | md5sum )"
|
||||
echo "LASTEST_TAG=$LASTEST_TAG" >> ${GITHUB_ENV}
|
||||
|
|
Loading…
Reference in New Issue