summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-12-08 16:44:36 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-12-08 16:44:36 +0800
commit53cfcd0c154a09b412ee3125b7ec517251b5fedd (patch)
tree7c6e6c8c13356871779b63986ff22ea8a9a64382
parent5648be6f11bd93a772cc6b4a04915c095577ea3d (diff)
Upload changed snapshots from all dirs
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c1225e3..f06f6cc 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.rust }}-failed_snapshots
- path: src/tests/cases/snapshots/*.snap.new
+ path: '**/*.snap.new'
- name: Upload unix binary
if: ${{ matrix.os != 'windows-latest' && ( success() || steps.build.outcome == 'success' ) }}