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 c5b3de6 commit aa01b32Copy full SHA for aa01b32
.github/workflows/ci.yaml
@@ -12,6 +12,12 @@ jobs:
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
15
+ - name: Alex test
16
+ run: |
17
+ brew install aptly@1.5.0
18
+ which aptly
19
+ aptly help
20
+ aptly --version
21
- name: Build
22
uses: ./.github/actions/build
23
with:
.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
- name: Install Aptly
61
- run: brew install aptly
+ run: brew install aptly@1.5.0
62
- name: Install Snapcraft
63
uses: samuelmeuli/action-snapcraft@v2
64
- name: Run GoReleaser
0 commit comments