Skip to content

Commit

Permalink
Update CI-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Nov 21, 2024
1 parent fdfc96d commit 2efe4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ jobs:
cmake --build build --config ${{env.BUILD_TYPE}} --target package -j 4
- name: Upload Debian package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Debian package
path: ${{github.workspace}}/build/fast_*.deb
if-no-files-found: error

- name: Upload archive package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
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@v4
uses: actions/upload-artifact@v3
with:
name: Python wheel
path: ${{github.workspace}}/build/pyFAST-*.whl
Expand Down

0 comments on commit 2efe4c2

Please sign in to comment.