mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
已修改 .github/workflows/update_meta_core.yaml
This commit is contained in:
5
.github/workflows/update_meta_core.yaml
vendored
5
.github/workflows/update_meta_core.yaml
vendored
@@ -208,10 +208,11 @@ jobs:
|
||||
- name: Commit and push
|
||||
if: ${{ env.PUSHDIR != '' }}
|
||||
run: |
|
||||
crashcore='meta'
|
||||
crashcore="${PUSHDIR}"
|
||||
mkdir -p ./bin/${crashcore}
|
||||
rm -fr ./bin/${crashcore}/*
|
||||
mv -f ./tmp/clash-linux-*.tar.gz ./bin/${crashcore}/
|
||||
mv -f ./tmp/clash-linux-*.gz ./bin/${crashcore}/
|
||||
mv -f ./tmp/clash-linux-*.upx ./bin/${crashcore}/
|
||||
rm -fr ./tmp
|
||||
sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]"
|
||||
|
||||
Reference in New Issue
Block a user