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/[email protected]

uses: NuGet/[email protected]
- name: setup-msbuild
uses: microsoft/[email protected]

- 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/[email protected]
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.