Skip to content

Commit

Permalink
Fix action-path.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Feb 26, 2025
1 parent a93ef54 commit 05aadf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -927,14 +927,14 @@ jobs:
& "C:\Program Files\Git\bin\bash.exe" --noprofile --norc -e -o pipefail -c "tar -xzf toit-windows.tar.gz"
- name: Sign Windows binary
uses: toitlang/action-code-sign@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
uses: toitlang/action-sign-server@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
path: toit/bin

- name: Sign Windows tools
uses: toitlang/action-code-sign@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
uses: toitlang/action-sign-server@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
Expand All @@ -957,7 +957,7 @@ jobs:
& tools\windows_installer\build.bat ${{ steps.version.outputs.version }} $PWD\toit $PWD\toit-windows-x64-installer.exe
- name: Sign Windows installer
uses: toitlang/action-code-sign@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
uses: toitlang/action-sign-server@ee38ce5a2d7493d2acee24cacd6722dce3a17e53 # v1.0.2
with:
uri: ${{ vars.CERTUM_URI }}
password: ${{ secrets.CERTUM_PWD }}
Expand Down

0 comments on commit 05aadf1

Please sign in to comment.