Skip to content

feat: sign windows binaries #13086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Apr 29, 2024
Prev Previous commit
Next Next commit
typo
  • Loading branch information
sreya committed Apr 27, 2024
commit 29f5da34d9ab1ec1c8e12a1d92f5d4fbc6d540c9
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Setup Java
uses: sudo apt-get install -y default-jre
run: sudo apt-get install -y default-jre

- name: Install nsis and zstd
run: sudo apt-get install -y nsis zstd
Expand Down
Loading