Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 7, 2024
1 parent 5e65487 commit 4da9e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -201,12 +201,12 @@ jobs:
run: |
ls ${SSCDIR}/build/test/Release
cd ${SSCDIR}/build/test/Release
.\Test.exe
./Test.exe
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: SSC Linux Shared Libraries
path: |
${{env.SSCDIR}}/build/ssc/libssc.so
${{env.SSCDIR}}/build/ssc/ssc.so
${{env.SSCDIR}}\build\ssc\libssc.so
${{env.SSCDIR}}\build\ssc\ssc.so

0 comments on commit 4da9e5b

Please sign in to comment.