Skip to content

Commit

Permalink
create signed builds folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Li committed Dec 11, 2023
1 parent b180de3 commit d69b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Create directory for signed builds
shell: bash
run: mkdir signed-builds
run: mkdir release-desktop-windows-latest/signed-builds

- name: Sign build Windows exe
uses: sslcom/actions-codesigner@develop
Expand Down

0 comments on commit d69b9a9

Please sign in to comment.