Skip to content

Commit

Permalink
no artifacts again
Browse files Browse the repository at this point in the history
  • Loading branch information
vilinski committed Feb 10, 2024
1 parent 84d1aab commit 1b8b1d0
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
- name: Test
run: dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"

- name: Upload dotnet test results
uses: actions/upload-artifact@v4
with:
name: dotnet-results-${{ matrix.rid }}
path: TestResults-${{ matrix.rid }}
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}
# - name: Upload dotnet test results
# uses: actions/upload-artifact@v4
# with:
# name: dotnet-results-${{ matrix.rid }}
# path: TestResults-${{ matrix.rid }}
# # Use always() to always run this step to publish test results when there are test failures
# if: ${{ always() }}

# - name: Pack chdb-${{ matrix.rid }}
# run: |
Expand Down Expand Up @@ -115,11 +115,11 @@ jobs:
- name: Download chdb library
run: ./update_libchdb.sh

- name: Upload libchdb Artifact
uses: actions/upload-artifact@v4
with:
name: libchdb
path: libchdb.so
# - name: Upload libchdb Artifact
# uses: actions/upload-artifact@v4
# with:
# name: libchdb
# path: libchdb.so

- name: Pack
run: |
Expand All @@ -141,11 +141,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: libchdb
path: libchdb.so
- name: Download chdb library
run: ./update_libchdb.sh

- name: Pack
run: |
Expand Down

0 comments on commit 1b8b1d0

Please sign in to comment.