Skip to content

Commit b31928e

Browse files
authored
Partial glob matching for issuer or label on extract subcommand (#549)
2 parents 61940e1 + 0d564ee commit b31928e

File tree

8 files changed

+641
-90
lines changed

8 files changed

+641
-90
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
if: matrix.build != 'aarch64-linux'
9090
run: cargo build
9191

92-
- uses: actions/upload-artifact@v4.6.0
92+
- uses: actions/upload-artifact@v4.6.2
9393
with:
9494
name: bins-${{ matrix.build }}
9595
# Two paths, the first for x86_64 jobs, the second for aarch64.

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
7878
fi
7979
80-
- uses: actions/upload-artifact@v4.6.0
80+
- uses: actions/upload-artifact@v4.6.2
8181
with:
8282
name: cotp-${{ matrix.build }}
8383
path: dist

0 commit comments

Comments
 (0)