Skip to content

Commit

Permalink
Update dotnet-desktop.yml to support Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
msartore committed Jun 12, 2024
1 parent 9cee556 commit 6cf8aa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
push:
tags:
- '*'
workflow_dispatch: # This allows you to trigger the workflow manually from the GitHub UI
workflow_dispatch:

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.6

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'

Expand All @@ -34,10 +34,10 @@ jobs:

- name: Get Previous tag
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@v1.3.0"
uses: "WyriHaximus/github-action-get-previous-tag@v1.4.0"

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
generateReleaseNotes: true
artifacts: ATA-GUI.zip
Expand Down

0 comments on commit 6cf8aa4

Please sign in to comment.