File tree Expand file tree Collapse file tree 2 files changed +2
-53
lines changed
Expand file tree Collapse file tree 2 files changed +2
-53
lines changed Original file line number Diff line number Diff line change 6161 APPLE_KEY_ID : ${{ secrets.APPLE_KEY_ID }}
6262 SIGNING_CERTIFICATE_BASE64 : ${{ secrets.APPLICATION_ID_CERT }}
6363 AUTHKEY_BASE64 : ${{ secrets.APPLE_API_KEY }}
64- # aptly version 1.6.0 results in an segmentation fault. Therefore we fall back to version 1.5.0.
65- # Since it is not possible to specify a version via brew command a formula was added for aptly 1.5.0
66- # (source: https://github.com/Homebrew/homebrew-core/pull/202415/files)
67- # Homebrew 4.6.4 (https://github.com/Homebrew/brew/releases/tag/4.6.4) introduced a breaking change,
68- # where it isn't possible anymore to install a formula from a file.
69- # (source: https://github.com/Homebrew/brew/issues/18371#issuecomment-2365396463)
70- - name : Install Aptly version 1.5.0
71- run : |
72- brew tap-new stackitcloud/local-tap --no-git
73- FORMULA_DIR="$(brew --repository)/Library/Taps/stackitcloud/homebrew-local-tap/Formula/"
74- mkdir -p "$FORMULA_DIR"
75- cp ./aptly.rb $FORMULA_DIR
76- brew install stackitcloud/local-tap/aptly
64+ - name : Install Aptly
65+ run : brew install aptly
7766 - name : Install Snapcraft
7867 uses : samuelmeuli/action-snapcraft@v3
7968 - name : Run GoReleaser
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments