Skip to content

Commit c17fbe3

Browse files
authored
Update release.yml
1 parent 1a38f65 commit c17fbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [ 18 ]
1515

1616
env:
17-
Archive_Name: '../SwitchSetup_Preview.zip'
17+
Archive_Name: '../SwitchSetup.zip'
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
3838
cert-password: '${{ secrets.PFX_KEY }}'
3939
cert-sha1: '${{ secrets.PFX_SHA1 }}'
4040
cert-description: 'foo'
41-
folder: '../_build'
41+
folder: './bin'
4242
recursive: false
4343
timestamp-server: 'http://timestamp.digicert.com'
4444

0 commit comments

Comments
 (0)