Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Bump actions/upload-artifact from 2 to 4 #64

Bump actions/upload-artifact from 2 to 4

Bump actions/upload-artifact from 2 to 4 #64

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: CovidPassReader-Nuget
path: |
${{ github.workspace }}\**\*CovidPassReader*.nupkg