diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8b997de..64cfc8c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,6 +23,9 @@ jobs: - name: Restore dependencies run: dotnet restore working-directory: ./Sources + - name: Setup signin key + run: mv SrkToolkit.CI-key.snk SrkToolkit.snk + working-directory: ./Sources - name: Build run: dotnet build --no-restore -p:DelaySign=true working-directory: ./Sources diff --git a/Sources/SrkToolkit.CI-key.snk b/Sources/SrkToolkit.CI-key.snk new file mode 100644 index 0000000..8bfba58 Binary files /dev/null and b/Sources/SrkToolkit.CI-key.snk differ