Skip to content

Commit 2b54fd5

Browse files
committed
Fix folder name.
1 parent e06481b commit 2b54fd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/AutomatedRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ on:
2626

2727
env:
2828
projectName: SRTPluginManager
29-
baseFolderName: SRTPluginManager
30-
platform: AnyCPU
29+
platformFolder: AnyCPU
30+
platform: Any CPU
3131
configuration: ${{ github.event.inputs.buildConfiguration || 'Release' }}
3232

3333
jobs:
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
name: Artifacts
116116
path: |
117-
${{env.projectName}}/bin/${{env.configuration}}/${{env.platform}}/net10.0-windows7.0/*
117+
${{env.projectName}}/bin/${{env.configuration}}/${{env.platformFolder}}/net10.0-windows7.0/*
118118
119119
package:
120120
name: "Package"

0 commit comments

Comments
 (0)