Skip to content

Commit

Permalink
Correct binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 27, 2023
1 parent 85b05ff commit a99b5a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Save published binary (Win)
uses: actions/upload-artifact@v3
with:
name: zip-win-2022-binary
name: zip-win-vs2022-binary
path: ${{ github.workspace }}/hdfsrc/build/dist/${{ steps.set-file-base.outputs.FILE_BASE }}-win64.zip
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Get published binary (Windows)
uses: actions/download-artifact@v3
with:
name: zip-vs2022-binary
name: zip-win-vs2022-binary
path: ${{ github.workspace }}

- name: Get published binary (MacOS)
Expand Down

0 comments on commit a99b5a6

Please sign in to comment.