Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
halentin committed Jun 18, 2024
1 parent c884f66 commit 16aa063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/callbackFunctions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: success() && matrix.os == 'windows-latest' && matrix.arch != ''
uses: actions/upload-artifact@v3
with:
name: callbackFunctions-win-binaries
name: callbackFunctions-win32-binaries
path: src/FMI2/callbackFunctions/binaries/win32/

- name: Archive production artifacts (linux)
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Download windows x86 binaries
uses: actions/download-artifact@v3
with:
name: callbackFunctions-win-binaries
name: callbackFunctions-win32-binaries
path: src/FMI2/callbackFunctions/binaries/win32/

- name: Download linux binaries
Expand Down

0 comments on commit 16aa063

Please sign in to comment.