Skip to content

Commit 2236f81

Browse files
committed
Update the actions
1 parent fea1c02 commit 2236f81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_win.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Build
14-
uses: ./.github/actions/build-action
1513

1614
- name: Fetch certificate file
1715
shell: bash
@@ -37,6 +35,9 @@ jobs:
3735
echo "C:\Program Files\DigiCert\DigiCert One Signing Manager Tools" >> $GITHUB_PATH
3836
if: github.event_name != 'pull_request'
3937

38+
- name: Build
39+
uses: ./.github/actions/build-action
40+
4041
# - name: Code signing with Software Trust Manager
4142
# uses: digicert/[email protected]
4243
# env:

0 commit comments

Comments
 (0)