Skip to content

Commit

Permalink
fix path to SharpIppNext.snk file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklecha committed Sep 27, 2024
1 parent 1bcab73 commit c2f4bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "${{ secrets.STRONG_NAME_KEY }}" | base64 --decode > SharpIppNext.snk
- name: Build (Strong-Named)
run: dotnet build SharpIpp/SharpIpp.csproj --configuration Release --no-restore /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=./SharpIppNext.snk
run: dotnet build SharpIpp/SharpIpp.csproj --configuration Release --no-restore /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$PWD/SharpIppNext.snk

- name: Pack (Strong-Named)
run: dotnet pack SharpIpp/SharpIpp.csproj --configuration Release --no-build /p:PackageId=SharpIppNext.StrongName
Expand Down

0 comments on commit c2f4bc7

Please sign in to comment.