Skip to content

Commit

Permalink
Correct artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed May 23, 2024
1 parent ec2c800 commit 2a22cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ jobs:
- name: Save published binary (MacOS)
uses: actions/upload-artifact@v4
with:
name: tgz-osx12-binary
name: tgz-osx-binary
path: ${{ runner.workspace }}/build/${{ steps.set-file-base.outputs.FILE_BASE }}-osx12.tar.gz
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

0 comments on commit 2a22cfa

Please sign in to comment.