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 2f0d53a commit 78ef149Copy full SHA for 78ef149
.github/workflows/ci.yml
@@ -1208,6 +1208,7 @@ jobs:
1208
$excludeFiles = @(
1209
'DevolutionsPedmShellExt.dll',
1210
'DevolutionsPedmShellExt.msix',
1211
+ 'DevolutionsPedmShellExt.pdb', # NOTE: We may want to include that in the future, but needs to be renamed per platform.
1212
'DevolutionsSession.exe'
1213
)
1214
.github/workflows/package.yml
@@ -706,6 +706,7 @@ jobs:
706
path: jetsocat/nuget/*.nupkg
707
if-no-files-found: error
708
709
+ # FIXME: Looks like the wrong place to _upload_ that. There is no guarantee we actually deploy the package at this point.
710
generate-sbom:
711
name: Upload SBOM
712
runs-on: ubuntu-latest
0 commit comments