Skip to content

Commit ec8187c

Browse files
committed
ci: fix winget step, using both amd64 and aarch64
1 parent d9be44d commit ec8187c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,6 @@ jobs:
255255
uses: vedantmgoyal9/winget-releaser@7bd472be23763def6e16bd06cc8b1cdfab0e2fd5 # v2
256256
with:
257257
identifier: ctron.oidc
258-
installers-regex: 'oidc-x86_64-pc-windows-msvc\.exe$'
258+
installers-regex: 'oidc-(x86_64|aarch64)-pc-windows-msvc\.exe$'
259259
release-tag: v${{ needs.init.outputs.version }}
260260
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)