Skip to content

Commit

Permalink
Have to use wildcard match to make the mod files in root
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Mar 8, 2024
1 parent 85227b9 commit 854b79a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ jobs:
if: matrix.config == 'Release'
with:
name: linux-${{ matrix.arch }}
path: bin
path: |
bin/ete*.${{ matrix.arch }}
bin/*.so
if-no-files-found: error
retention-days: 5

Expand Down Expand Up @@ -201,7 +203,9 @@ jobs:
if: matrix.config == 'Release'
with:
name: macos-${{ matrix.arch }}
path: bin
path: |
bin/ete*.${{ matrix.arch }}
bin/*_mac
if-no-files-found: error
retention-days: 5

Expand Down

0 comments on commit 854b79a

Please sign in to comment.