Skip to content

Commit

Permalink
Updated Nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Mar 2, 2025
1 parent 0d6d7e2 commit 3406c82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# Install the .NET workload
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Build App
run: dotnet build InternetTest\InternetTest.sln -c Release -p:DefineConstants=NIGHTLY
Expand All @@ -27,7 +27,7 @@ jobs:
filepath: "./InternetTest.Setup/Setup.iss"

- name: Upload Setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: InternetTestProSetup.exe
path: "./InternetTest.Setup/Output/InternetTestProSetup.exe"

0 comments on commit 3406c82

Please sign in to comment.