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 a9459d0Copy full SHA for a9459d0
.github/workflows/ci-cd.yml
@@ -170,7 +170,7 @@ 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/'
@@ -179,6 +179,6 @@ jobs:
179
uses: actions/upload-artifact@v4
180
if: github.event_name != 'pull_request'
181
182
- name: nuget-packages
183
- path: output/*nupkg
+ name: FlexBridgeInstallers
+ path: BuildDir/FlexBridge_*.exe
184
if-no-files-found: warn
0 commit comments