Skip to content

Commit

Permalink
Add secrets.INSTALLATION_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Mar 23, 2022
1 parent 414dbd5 commit 72b1a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
NugetApiKey: ${{ secrets.NUGET_API_KEY }}

SignFile: ${{ secrets.SIGN_FILE }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}
SignPassword: ${{ secrets.SIGN_PASSWORD }}

InstallationFiles: ${{ secrets.INSTALLATION_FILES }}

0 comments on commit 72b1a36

Please sign in to comment.