Skip to content

Commit

Permalink
update cdci
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li authored and Xinyu Li committed Jul 8, 2024
1 parent 17f8346 commit e4c3412
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Test
shell: bash
run: |
ctest --verbose -v -C $BUILD_TYPE
ctest --verbose -C $BUILD_TYPE
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Test
shell: bash
run: |
ctest --verbose -v -C $BUILD_TYPE
ctest --verbose -C $BUILD_TYPE
4 changes: 3 additions & 1 deletion .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- uses: robinraju/[email protected]
with:
repository: "fixstars/ion-kit"
latest: true
latest: false
fileName: "ion-kit*"
tag: ${{ github.event.release.tag_name }}


- name: Copy macos file
if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Test
shell: bash
run: |
ctest --verbose -v -C $BUILD_TYPE
ctest --verbose -C $BUILD_TYPE

0 comments on commit e4c3412

Please sign in to comment.