Skip to content

Commit

Permalink
Update pages-upload-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech authored Nov 18, 2024
1 parent a72a80e commit 3027083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-upload-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Signing
run: |
Expand All @@ -33,9 +33,9 @@ jobs:
openssl base64 -d -in Secrets/sgKey.txt -out Secrets/sgKey.snk
- name: .NET Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 9.x

# Build ezr², install docfx and generate the docs.
- run: dotnet build ezrSquared.sln -c Release
Expand Down

0 comments on commit 3027083

Please sign in to comment.