We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1c02 commit 2236f81Copy full SHA for 2236f81
.github/workflows/build_win.yml
@@ -10,8 +10,6 @@ jobs:
10
runs-on: windows-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - name: Build
14
- uses: ./.github/actions/build-action
15
16
- name: Fetch certificate file
17
shell: bash
@@ -37,6 +35,9 @@ jobs:
37
35
echo "C:\Program Files\DigiCert\DigiCert One Signing Manager Tools" >> $GITHUB_PATH
38
36
if: github.event_name != 'pull_request'
39
+ - name: Build
+ uses: ./.github/actions/build-action
40
+
41
# - name: Code signing with Software Trust Manager
42
# uses: digicert/[email protected]
43
# env:
0 commit comments