Skip to content

Commit 30e7ca6

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

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,16 @@ 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/'
177177

178178
- name: Upload Signed Installers
179179
uses: actions/upload-artifact@v4
180180
if: github.event_name != 'pull_request'
181+
working-directory: BuildDir
181182
with:
182-
name: nuget-packages
183-
path: output/*nupkg
183+
name: FlexBridgeInstallers
184+
path: FlexBridge_*.exe
184185
if-no-files-found: warn

0 commit comments

Comments
 (0)