Skip to content

Commit f50490f

Browse files
committed
Fix
1 parent be40efd commit f50490f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
DIGICERT_TOKEN_PASSWORD: ${{ secrets.DIGICERT_TOKEN_PASSWORD }}
4949
DIGICERT_KEY_ALIAS: ${{ secrets.DIGICERT_KEY_ALIAS }}
5050
DIGICERT_TOKEN_CFG_PATH: ${{ secrets.DIGICERT_TOKEN_CFG_PATH }}
51-
run: &.\sign.ps1
51+
run: .\sign.ps1
5252

5353
- name: Upload ${{ inputs.signed_binary_name }}
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)