mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
add ca in build actions
This commit is contained in:
6
.github/workflows/build-debug.yaml
vendored
6
.github/workflows/build-debug.yaml
vendored
@@ -40,6 +40,12 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
|
- name: Update CA
|
||||||
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install ca-certificates
|
||||||
|
sudo update-ca-certificates
|
||||||
|
cp -f /etc/ssl/certs/ca-certificates.crt core/src/foss/golang/clash/component/ca/ca-certificates.crt
|
||||||
|
|
||||||
# - name: Signing properties
|
# - name: Signing properties
|
||||||
# env:
|
# env:
|
||||||
# SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
# SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
||||||
|
|||||||
6
.github/workflows/build-pre-release.yaml
vendored
6
.github/workflows/build-pre-release.yaml
vendored
@@ -38,6 +38,12 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-go-
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
|
- name: Update CA
|
||||||
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install ca-certificates
|
||||||
|
sudo update-ca-certificates
|
||||||
|
cp -f /etc/ssl/certs/ca-certificates.crt core/src/foss/golang/clash/component/ca/ca-certificates.crt
|
||||||
|
|
||||||
- name: Signing properties
|
- name: Signing properties
|
||||||
env:
|
env:
|
||||||
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
||||||
|
|||||||
6
.github/workflows/build-release.yaml
vendored
6
.github/workflows/build-release.yaml
vendored
@@ -77,6 +77,12 @@ jobs:
|
|||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Update CA
|
||||||
|
run: |
|
||||||
|
sudo apt-get update && sudo apt-get install ca-certificates
|
||||||
|
sudo update-ca-certificates
|
||||||
|
cp -f /etc/ssl/certs/ca-certificates.crt core/src/foss/golang/clash/component/ca/ca-certificates.crt
|
||||||
|
|
||||||
- name: Signing properties
|
- name: Signing properties
|
||||||
env:
|
env:
|
||||||
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user