Update nezha.yml

main
fscarmen 2 years ago committed by GitHub
parent d4a59c3a33
commit 56236b9f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/nezha.yml

@ -29,6 +29,10 @@ jobs:
sudo md5sum app/app-$(arch)
echo "VERSION=$LATEST" >> $GITHUB_ENV
fi
repo_full_name="${{ github.repository }}"
IFS="/" read -r -a repo_parts <<< "$repo_full_name"
repo_name="${repo_parts[1]}"
rm -rf "$repo_name"
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
@ -36,7 +40,6 @@ jobs:
with:
commit_message: Sync app ${{ env.LATEST }} by Github Actions.
job2-amd64:
runs-on: ubuntu-latest
needs: job1-arm64

Loading…
Cancel
Save