Skip to content

Commit 3dc6f0a

Browse files
fix: lint & dir name
1 parent 60bcddf commit 3dc6f0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/csharp_release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "semantic_version=${SEMANTIC_VERSION}" >> $GITHUB_OUTPUT
2626
outputs:
2727
tag: $TAG
28-
semanticVersion: ${{ steps.set_version.outputs.semantic_version }}
28+
semanticVersion: ${{ steps.set_version.outputs.semantic_version }}
2929

3030
buildFrameworkVersions:
3131
name: Build Framework versions
@@ -99,7 +99,7 @@ jobs:
9999
name: Send DLLs for signing
100100
needs: [ variables, buildFrameworkVersions, buildStandard16, buildStandard20 ]
101101
runs-on: ubuntu-latest
102-
env:
102+
env:
103103
# TODO: Replace actual values
104104
SIGNING_SERVER_PRIVATE_KEY: ${{ secrets.SIGNING_SERVER_PRIVATE_KEY }}
105105
SIGNING_SERVER_HOST: ${{ secrets.SIGNING_SERVER_HOST }}
@@ -165,7 +165,7 @@ jobs:
165165
path: ./signed-dlls
166166
- name: Organize files
167167
run: |
168-
pushd ./signed-files
168+
pushd ./signed-dlls
169169
# Move all dlls to the root directory
170170
find . -type f -name "*.dll" -exec mv {} .
171171
popd
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203
# Review the `nuget-package` artifact ensuring the dlls are
204204
# organized and signed before approving.
205-
environment: 'i-reviewed-nuget-package-artifact'
205+
environment: 'i-reviewed-nuget-package-artifact'
206206
env:
207207
VERSION: ${{ needs.variables.outputs.semanticVersion }}
208208
steps:

0 commit comments

Comments
 (0)