Skip to content

Commit

Permalink
Update CI-mac-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Nov 21, 2024
1 parent 0ffd4cc commit d552b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target package -j 4

- name: Upload archive package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Archive package (tar.xz)
path: ${{github.workspace}}/build/fast_*.tar.xz
if-no-files-found: error

- name: Upload Python wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Python wheel
path: ${{github.workspace}}/build/python/dist/pyFAST-*.whl
Expand Down

0 comments on commit d552b58

Please sign in to comment.