A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/arduino/arduino-cli/commit/26b0b55deb6f9d9857d212b91afa76bb40e2ee5d below:

Fix collision between macOS workflow artifacts in release workflows (… · arduino/arduino-cli@26b0b55 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+24

-12

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+24

-12

lines changed Original file line number Diff line number Diff line change

@@ -82,9 +82,11 @@ jobs:

82 82

strategy:

83 83

matrix:

84 84

artifact:

85 -

- name: darwin_amd64

85 +

- artifact-suffix: macOS_64bit

86 +

name: darwin_amd64

86 87

path: "macOS_64bit.tar.gz"

87 -

- name: darwin_arm64

88 +

- artifact-suffix: macOS_ARM64

89 +

name: darwin_arm64

88 90

path: "macOS_ARM64.tar.gz"

89 91 90 92

steps:

@@ -94,10 +96,14 @@ jobs:

94 96

- name: Download artifacts

95 97

uses: actions/download-artifact@v4

96 98

with:

97 -

pattern: ${{ env.ARTIFACT_NAME }}-*

98 -

merge-multiple: true

99 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

99 100

path: ${{ env.DIST_DIR }}

100 101 102 +

- name: Remove non-notarized artifact

103 +

uses: geekyeggo/delete-artifact@v5

104 +

with:

105 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

106 + 101 107

- name: Import Code-Signing Certificates

102 108

env:

103 109

KEYCHAIN: "sign.keychain"

@@ -167,11 +173,11 @@ jobs:

167 173

-C ../../ LICENSE.txt

168 174

echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV

169 175 170 -

- name: Upload artifact

176 +

- name: Upload notarized artifact

171 177

uses: actions/upload-artifact@v4

172 178

with:

173 179

if-no-files-found: error

174 -

name: ${{ env.ARTIFACT_NAME }}-notarized-${{ matrix.artifact.name }}

180 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

175 181

path: ${{ env.DIST_DIR }}/${{ env.PACKAGE_FILENAME }}

176 182 177 183

create-windows-installer:

Original file line number Diff line number Diff line change

@@ -82,9 +82,11 @@ jobs:

82 82

strategy:

83 83

matrix:

84 84

artifact:

85 -

- name: darwin_amd64

85 +

- artifact-suffix: macOS_64bit

86 +

name: darwin_amd64

86 87

path: "macOS_64bit.tar.gz"

87 -

- name: darwin_arm64

88 +

- artifact-suffix: macOS_ARM64

89 +

name: darwin_arm64

88 90

path: "macOS_ARM64.tar.gz"

89 91 90 92

steps:

@@ -94,10 +96,14 @@ jobs:

94 96

- name: Download artifacts

95 97

uses: actions/download-artifact@v4

96 98

with:

97 -

pattern: ${{ env.ARTIFACT_NAME }}-*

98 -

merge-multiple: true

99 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

99 100

path: ${{ env.DIST_DIR }}

100 101 102 +

- name: Remove non-notarized artifact

103 +

uses: geekyeggo/delete-artifact@v5

104 +

with:

105 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

106 + 101 107

- name: Import Code-Signing Certificates

102 108

env:

103 109

KEYCHAIN: "sign.keychain"

@@ -167,11 +173,11 @@ jobs:

167 173

-C ../../ LICENSE.txt

168 174

echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV

169 175 170 -

- name: Upload artifact

176 +

- name: Upload notarized artifact

171 177

uses: actions/upload-artifact@v4

172 178

with:

173 179

if-no-files-found: error

174 -

name: ${{ env.ARTIFACT_NAME }}-notarized-${{ matrix.artifact.name }}

180 +

name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}

175 181

path: ${{ env.DIST_DIR }}/${{ env.PACKAGE_FILENAME }}

176 182 177 183

create-windows-installer:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4