Skip to content

Commit 3a58a13

Browse files
committed
test 12
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 3972bb3 commit 3a58a13

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- name: Install Aptly
5151
run: |
5252
brew help
53-
brew install aptly.rb
53+
brew install aptly-1-5-0.rb
5454
aptly version

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
SIGNING_CERTIFICATE_BASE64: ${{ secrets.APPLICATION_ID_CERT }}
5959
AUTHKEY_BASE64: ${{ secrets.APPLE_API_KEY }}
6060
- name: Install Aptly
61-
run: brew install aptly@1.5.0
61+
run: brew install aptly-1-5-0.rb
6262
- name: Install Snapcraft
6363
uses: samuelmeuli/action-snapcraft@v2
6464
- name: Run GoReleaser
File renamed without changes.

0 commit comments

Comments
 (0)