Skip to content

Commit a03943e

Browse files
committed
Use xcode too
1 parent 747a6ca commit a03943e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/test_artifacts/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ runs:
1313
# in the name of the artifact rather than deriving
1414
# it from the matrix automatically like in Vim
1515
# upstream.
16-
1716
# - name: Collect matrix properties for naming
1817
# uses: actions/github-script@v8
1918
# id: matrix-props

.github/workflows/macvim-buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
#if: ${{ !cancelled() && failure() }}
387387
uses: ./.github/actions/test_artifacts
388388
with:
389-
artifact-name: ${{ inputs.os }}
389+
artifact-name: ${{ inputs.os + '-' + inputs.xcode }}
390390

391391
- name: Build MacVim dmg image
392392
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')

0 commit comments

Comments
 (0)