We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747a6ca commit a03943eCopy full SHA for a03943e
2 files changed
.github/actions/test_artifacts/action.yml
@@ -13,7 +13,6 @@ runs:
13
# in the name of the artifact rather than deriving
14
# it from the matrix automatically like in Vim
15
# upstream.
16
-
17
# - name: Collect matrix properties for naming
18
# uses: actions/github-script@v8
19
# id: matrix-props
.github/workflows/macvim-buildtest.yaml
@@ -386,7 +386,7 @@ jobs:
386
#if: ${{ !cancelled() && failure() }}
387
uses: ./.github/actions/test_artifacts
388
with:
389
- artifact-name: ${{ inputs.os }}
+ artifact-name: ${{ inputs.os + '-' + inputs.xcode }}
390
391
- name: Build MacVim dmg image
392
if: inputs.publish && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master')
0 commit comments