From 3dc6f0a7480c1d21b4056da47e6b066801250e8e Mon Sep 17 00:00:00 2001 From: Mike Chu Date: Thu, 24 Oct 2024 14:46:21 -0400 Subject: [PATCH] fix: lint & dir name --- .github/workflows/csharp_release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/csharp_release.yml b/.github/workflows/csharp_release.yml index 369b1915..cd80b0b2 100644 --- a/.github/workflows/csharp_release.yml +++ b/.github/workflows/csharp_release.yml @@ -25,7 +25,7 @@ jobs: echo "semantic_version=${SEMANTIC_VERSION}" >> $GITHUB_OUTPUT outputs: tag: $TAG - semanticVersion: ${{ steps.set_version.outputs.semantic_version }} + semanticVersion: ${{ steps.set_version.outputs.semantic_version }} buildFrameworkVersions: name: Build Framework versions @@ -99,7 +99,7 @@ jobs: name: Send DLLs for signing needs: [ variables, buildFrameworkVersions, buildStandard16, buildStandard20 ] runs-on: ubuntu-latest - env: + env: # TODO: Replace actual values SIGNING_SERVER_PRIVATE_KEY: ${{ secrets.SIGNING_SERVER_PRIVATE_KEY }} SIGNING_SERVER_HOST: ${{ secrets.SIGNING_SERVER_HOST }} @@ -165,7 +165,7 @@ jobs: path: ./signed-dlls - name: Organize files run: | - pushd ./signed-files + pushd ./signed-dlls # Move all dlls to the root directory find . -type f -name "*.dll" -exec mv {} . popd @@ -202,7 +202,7 @@ jobs: runs-on: ubuntu-latest # Review the `nuget-package` artifact ensuring the dlls are # organized and signed before approving. - environment: 'i-reviewed-nuget-package-artifact' + environment: 'i-reviewed-nuget-package-artifact' env: VERSION: ${{ needs.variables.outputs.semanticVersion }} steps: