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 523394b commit 30e7ca6Copy full SHA for 30e7ca6
1 file changed
.github/workflows/ci-cd.yml
@@ -170,15 +170,16 @@ jobs:
170
uses: sillsdev/codesign/trusted-signing-action@v3
171
with:
172
credentials: ${{ secrets.TRUSTED_SIGNING_CREDENTIALS }}
173
- files-folder: src/WiXInstaller/BaseInstallerBuild
+ files-folder: BuildDir
174
files-folder-filter: FlexBridge_*.exe
175
description: 'FLExBridge installer - SIL Global'
176
description-url: 'https://software.sil.org/fieldworks/help/using-sendreceive/flex-bridge/'
177
178
- name: Upload Signed Installers
179
uses: actions/upload-artifact@v4
180
if: github.event_name != 'pull_request'
181
+ working-directory: BuildDir
182
- name: nuget-packages
183
- path: output/*nupkg
+ name: FlexBridgeInstallers
184
+ path: FlexBridge_*.exe
185
if-no-files-found: warn
0 commit comments