Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed Oct 31, 2024
1 parent ce67971 commit 5ee3444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

steps:
- name: Get source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
dotnet-version: 8.0.x

- name: Install mod_spatialite (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand All @@ -51,7 +51,7 @@ jobs:
run: dotnet pack -c Release --no-build -o artifacts -p:NoWarn=NU5105

- name: Upload
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: NuGet Package Files (${{ matrix.os }})
path: artifacts
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

0 comments on commit 5ee3444

Please sign in to comment.