Skip to content

Commit a49e2c7

Browse files
committed
fix(fuzz): fixed typo in archive fuzz
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent e671f5c commit a49e2c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fuzz-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
if: ${{ failure() }}
147147
run: |
148148
# Package name needs to be reworked to account for v2 suffixes
149-
folder=$(go list -f '{{ printf "%s" .Dir }}' '${{ matrix.package }}'
149+
folder=$(go list -f '{{ printf "%s" .Dir }}' '${{ matrix.package }}')
150150
tar czf "fuzzcase-${{ matrix.test }}.tgz" $(find "${folder}/testdata/fuzz" -type f)
151151
-
152152
name: Upload failed cases

0 commit comments

Comments
 (0)