Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxtl authored Nov 17, 2023
1 parent e022483 commit 93da59d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-snow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5

uses: NuGet/setup-nuget@v1.0.5
- name: setup-msbuild
uses: microsoft/setup-msbuild@v1.1

- name: Restore Packages
run: nuget restore src/Sandra.Snow.sln

- name: Build solution
run: msbuild src/Sandra.Snow.sln -t:rebuild -property:Configuration=Release
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
# Artifact name
name: Snow
# A file, directory or wildcard pattern that describes what to upload
path: src/Snow/bin/Release

0 comments on commit 93da59d

Please sign in to comment.