更新 .gitea/workflows/app_update.yml
This commit is contained in:
@@ -38,6 +38,14 @@ jobs:
|
|||||||
|
|
||||||
curl -L "https://www.7-zip.org/a/7z2501-linux-arm64.tar.xz" -o "7z.tar.xz" --fail --silent --show-error && tar -xvf 7z.tar.xz -C tmp/ && mv tmp/7zz app/7zz_arm64 && rm -rf tmp/*
|
curl -L "https://www.7-zip.org/a/7z2501-linux-arm64.tar.xz" -o "7z.tar.xz" --fail --silent --show-error && tar -xvf 7z.tar.xz -C tmp/ && mv tmp/7zz app/7zz_arm64 && rm -rf tmp/*
|
||||||
|
|
||||||
|
- name: 下载并解压Shadowsocks-Rust
|
||||||
|
run: |
|
||||||
|
curl -L "https://github.com/shadowsocks/shadowsocks-rust/releases/latest/download/shadowsocks-v1.23.5.x86_64-unknown-linux-musl.tar.xz" \
|
||||||
|
-o "shadowsocks.tar.xz" \
|
||||||
|
--fail --silent --show-error && \
|
||||||
|
tar -xvf shadowsocks.tar.xz -C tmp/ && \
|
||||||
|
mv tmp/ssserver app/
|
||||||
|
|
||||||
- name: 提交更改
|
- name: 提交更改
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc"
|
git config --local user.email "gitea-actions[bot]@users.noreply.nvme.cc"
|
||||||
|
|||||||
Reference in New Issue
Block a user