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 3a58a13 commit 9f20177Copy full SHA for 9f20177
.github/workflows/ci.yaml
@@ -50,5 +50,5 @@ jobs:
50
- name: Install Aptly
51
run: |
52
brew help
53
- brew install aptly-1-5-0.rb
+ brew install aptly.rb
54
aptly version
.github/workflows/release.yaml
@@ -57,8 +57,8 @@ jobs:
57
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
58
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
59
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
60
- - name: Install Aptly
61
- run: brew install aptly-1-5-0.rb
+ - name: Install Aptly version 1.5.0
+ run: brew install aptly.rb
62
- name: Install Snapcraft
63
uses: samuelmeuli/action-snapcraft@v2
64
- name: Run GoReleaser
aptly-1-5-0.rb renamed to aptly.rb
0 commit comments