We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1976cf1 commit 2110b5aCopy full SHA for 2110b5a
.github/workflows/ci-mac.yml
@@ -128,7 +128,7 @@ jobs:
128
with:
129
name: HDRView-${{ matrix.config.os }}-${{ matrix.config.preset }}-${{ matrix.buildtype }}.dmg
130
path: |
131
- "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-*-${{ matrix.config.arch }}.dmg"
+ "${{github.workspace}}/build/${{ matrix.config.preset }}/HDRView-*.dmg"
132
133
- name: Archive build artifacts
134
uses: actions/upload-artifact@v4
0 commit comments