Skip to content

Commit

Permalink
wip: sign releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 9, 2025
1 parent 823e92c commit b753356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
retention-days: 1

Windows-x64:
runs-on: ${{ !startsWith(github.ref, 'refs/tags/') && fromJSON('["self-hosted", "Windows", "codecert", "X64"]') || 'windows-latest'}}
runs-on: ${{ startsWith(github.ref, 'refs/tags/') && fromJSON('["self-hosted", "Windows", "codecert", "X64"]') || 'windows-latest'}}
steps:
- name: Check out Git repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b753356

Please sign in to comment.