v0.0.4 - 更新适配MAC系统和类BSD系统

This commit is contained in:
spiritlhl
2024-07-01 15:58:47 +00:00
parent ee06b25ec7
commit d2e8e4c1fa
8 changed files with 101 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
TAG="v0.0.3-$(date +'%Y%m%d%H%M%S')"
TAG="v0.0.4-$(date +'%Y%m%d%H%M%S')"
git tag $TAG
git push origin $TAG
env: