Skip to content

Commit 78ef149

Browse files
authored
ci: also exclude DevolutionsPedmShellExt.pdb from the OneDrive upload (#1497)
1 parent 2f0d53a commit 78ef149

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ jobs:
12081208
$excludeFiles = @(
12091209
'DevolutionsPedmShellExt.dll',
12101210
'DevolutionsPedmShellExt.msix',
1211+
'DevolutionsPedmShellExt.pdb', # NOTE: We may want to include that in the future, but needs to be renamed per platform.
12111212
'DevolutionsSession.exe'
12121213
)
12131214

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ jobs:
706706
path: jetsocat/nuget/*.nupkg
707707
if-no-files-found: error
708708

709+
# FIXME: Looks like the wrong place to _upload_ that. There is no guarantee we actually deploy the package at this point.
709710
generate-sbom:
710711
name: Upload SBOM
711712
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)