Skip to content

Commit

Permalink
Merge branch 'ezrSquared-re' of https://github.com/Uralstech/ezrSquared
Browse files Browse the repository at this point in the history
… into ezrSquared-re
  • Loading branch information
Uralstech committed Nov 29, 2024
2 parents f2849eb + 8a472b0 commit 7dcd13b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages-upload-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Signing
run: |
mkdir Secrets
echo "${{ secrets.LIB_SIGNING_KEY }}" > Secrets/sgKey.txt
openssl base64 -d -in Secrets/sgKey.txt -out Secrets/sgKey.snk
New-Item -ItemType "directory" -Path Secrets
Set-Content -Path Secrets\sgKey.txt -Value '${{ secrets.LIB_SIGNING_KEY }}'
certutil -decode Secrets\sgKey.txt Secrets\sgKey.snk
- name: .NET Setup
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 7dcd13b

Please sign in to comment.