This commit is contained in:
slitaz-cn 2021-05-06 18:43:15 +08:00
parent 54aa85a39c
commit ae127cce39
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout codebase - name: Checkout codebase
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Update firefox.tazpkg Version - name: Update linux64-3.16.55.tazpkg Version
run: | run: |
LASTEST_TAG="$( curl -fsSL "http://www.ecoo.top:8083/dl/slitaz/linux64-3.16.55.tazpkg" | md5sum | cut -d" " -f1 )" LASTEST_TAG="$( curl -fsSL "http://www.ecoo.top:8083/dl/slitaz/linux64-3.16.55.tazpkg" | md5sum | cut -d" " -f1 )"
echo "LASTEST_TAG=$LASTEST_TAG" >> ${GITHUB_ENV} echo "LASTEST_TAG=$LASTEST_TAG" >> ${GITHUB_ENV}