Skip to content

Commit

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

- name: Upload Windows installer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Window installer
path: ${{github.workspace}}/build/fast_*.exe
if-no-files-found: error

- name: Upload archive package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Archive package (zip)
path: ${{github.workspace}}/build/fast_*.zip
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 14302e5

Please sign in to comment.