Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MarkenJaden/Nekos.lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SCJA03 committed Mar 21, 2024
2 parents 9f71933 + 3f4be26 commit 97d2552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
known_hosts: ${{ secrets.SSH_HOST }}

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.100
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 97d2552

Please sign in to comment.