Skip to content

Commit

Permalink
Merge pull request #1363 from TryQuiet/fix/use-forked-base64-to-file
Browse files Browse the repository at this point in the history
Use forked base64-to-file action
  • Loading branch information
vinkabuki authored Mar 24, 2023
2 parents 81133f0 + 168f946 commit 5878099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:

- name: "Add Windows certificate"
id: write_file
uses: timheuer/base64-to-file@v1.0.3
uses: TryQuiet/base64-to-file@main
with:
fileName: 'win-certificate.pfx'
encodedString: ${{ secrets.WIN_CSC_LINK }}
Expand Down

0 comments on commit 5878099

Please sign in to comment.