Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anya-hichu committed Aug 7, 2024
1 parent ac2083f commit 229992a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:

- name: Build Project
run: dotnet build --configuration Release ChatContext/ChatContext.csproj

- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
name: ChatContext
path: ChatContext/bin/Release/*

0 comments on commit 229992a

Please sign in to comment.