Skip to content

Commit

Permalink
Dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Jul 13, 2024
1 parent a339259 commit c83e6f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@ jobs:
APPLE_CERTIFICATES_P12: ${{ secrets.APPLE_CERTIFICATES_P12 }}
APPLE_CERTIFICATES_PWD: ${{ secrets.APPLE_CERTIFICATES_PWD }}
run: |
brew update
brew install create-dmg
cargo install cargo-bundle
echo "$APPLE_CERTIFICATES_P12" | base64 --decode > certificate.p12
security create-keychain -p actions temp.keychain
security import certificate.p12 -k temp.keychain -P "$APPLE_CERTIFICATES_PWD" -T /usr/bin/codesign
security list-keychains -d user -s temp.keychain
security unlock-keychain -p actions temp.keychain
security set-key-partition-list -S apple-tool:,apple: -s -k actions temp.keychain
- name: Setup build environment (macOS)
if: matrix.target.os == 'macos-latest'
run: |
brew update
brew install create-dmg
- name: Setup build environment (Linux)
if: matrix.target.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit c83e6f3

Please sign in to comment.