mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
try 1.79
This commit is contained in:
parent
b4450f0ee5
commit
81de0ee97b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/mac_codesign.yml
vendored
5
.github/workflows/mac_codesign.yml
vendored
|
@ -9,11 +9,10 @@ jobs:
|
||||||
environment: macos-codesign
|
environment: macos-codesign
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@1.70
|
- uses: dtolnay/rust-toolchain@1.79
|
||||||
with:
|
|
||||||
components: apple-codesign
|
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
|
cargo install apple-codesign
|
||||||
echo "$MAC_CODESIGN_APP_P12_BASE64" | base64 --decode > /tmp/app.p12
|
echo "$MAC_CODESIGN_APP_P12_BASE64" | base64 --decode > /tmp/app.p12
|
||||||
echo "$MAC_CODESIGN_INSTALLER_P12_BASE64" | base64 --decode > /tmp/installer.p12
|
echo "$MAC_CODESIGN_INSTALLER_P12_BASE64" | base64 --decode > /tmp/installer.p12
|
||||||
./build_tools/make_pkg.sh -s -f /tmp/app.p12 -i /tmp/installer.p12 -p "$MAC_CODESIGN_PASSWORD"
|
./build_tools/make_pkg.sh -s -f /tmp/app.p12 -i /tmp/installer.p12 -p "$MAC_CODESIGN_PASSWORD"
|
||||||
|
|
Loading…
Reference in a new issue