We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3972bb3 commit 3a58a13Copy full SHA for 3a58a13
.github/workflows/ci.yaml
@@ -50,5 +50,5 @@ jobs:
50
- name: Install Aptly
51
run: |
52
brew help
53
- brew install aptly.rb
+ brew install aptly-1-5-0.rb
54
aptly version
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
59
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
60
61
- run: brew install aptly@1.5.0
+ run: brew install aptly-1-5-0.rb
62
- name: Install Snapcraft
63
uses: samuelmeuli/action-snapcraft@v2
64
- name: Run GoReleaser
aptly.rb renamed to aptly-1-5-0.rb
0 commit comments