Skip to content

Commit 4630438

Browse files
committedDec 24, 2024
Fix the fix
1 parent aa29dc3 commit 4630438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/native.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
name: natives-${{ matrix.flat.target }}-${{ matrix.flat.runtime }}
7777
path: |
78-
./workaround-*.txt
78+
./.workaround-*.txt
7979
./${{ matrix.flat.dir }}/runtimes/${{ matrix.flat.runtime }}/**/*
8080
./${{ matrix.flat.dir}}/lib/*${{ matrix.flat.runtime }}*/**/*
8181
commit:

0 commit comments

Comments
 (0)