Skip to content

Commit

Permalink
Pull request 52: AGDNS-2204 Fix artifacts
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 80bcc34
Author: Eugene Burkov <[email protected]>
Date:   Mon Jun 17 20:02:11 2024 +0300

    bamboo-specs: fix artifacts
  • Loading branch information
EugeneOne1 committed Jun 17, 2024
1 parent 69df1d9 commit a9a70c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
'required': true
-
'name': 'AdGuardDNSClient_darwin_arm64'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_darwin_amd64.zip'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_darwin_arm64.zip'
'shared': true
'required': true
-
'name': 'AdGuardDNSClient_linux_386'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_linux_amd64.tar.gz'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_linux_386.tar.gz'
'shared': true
'required': true
-
Expand All @@ -110,7 +110,7 @@
'required': true
-
'name': 'AdGuardDNSClient_linux_arm64'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_linux_amd64.tar.gz'
'pattern': '${bamboo.name}/dist/AdGuardDNSClient_linux_arm64.tar.gz'
'shared': true
'required': true
-
Expand Down

0 comments on commit a9a70c2

Please sign in to comment.