Skip to content

Commit a9459d0

Browse files
Correct the bundle signing and upload
1 parent 523394b commit a9459d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
uses: sillsdev/codesign/trusted-signing-action@v3
171171
with:
172172
credentials: ${{ secrets.TRUSTED_SIGNING_CREDENTIALS }}
173-
files-folder: src/WiXInstaller/BaseInstallerBuild
173+
files-folder: BuildDir
174174
files-folder-filter: FlexBridge_*.exe
175175
description: 'FLExBridge installer - SIL Global'
176176
description-url: 'https://software.sil.org/fieldworks/help/using-sendreceive/flex-bridge/'
@@ -179,6 +179,6 @@ jobs:
179179
uses: actions/upload-artifact@v4
180180
if: github.event_name != 'pull_request'
181181
with:
182-
name: nuget-packages
183-
path: output/*nupkg
182+
name: FlexBridgeInstallers
183+
path: BuildDir/FlexBridge_*.exe
184184
if-no-files-found: warn

0 commit comments

Comments
 (0)