Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syntax-tm authored Feb 27, 2024
1 parent 9ef3758 commit 8618bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ concurrency:
jobs:
build:
runs-on: windows-latest
outputs:
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand All @@ -47,6 +49,7 @@ jobs:
- name: Publish
run: dotnet publish .\src\SAM\SAM.csproj -c Debug -a x86 -o publish --no-restore
- name: Upload a Build Artifact
id: artifact-upload
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT }}
Expand Down

0 comments on commit 8618bea

Please sign in to comment.