We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516173a commit 9f56cf8Copy full SHA for 9f56cf8
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
mkdir -p dist
38
make build
39
mv opa_redis_${{ matrix.os }}_${{ matrix.arch }} ./dist
40
- ls -lh ./opa_redis_*
+ ls -lh ./
41
42
- name: List
43
run: ls -lh ./dist
0 commit comments