Skip to content

Commit

Permalink
Update build_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anya-hichu committed Aug 7, 2024
1 parent 7c816de commit 556a6f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
- name: Build Project
run: dotnet build --configuration Release ChatContext/ChatContext.csproj -p:AssemblyVersion=${{ env.tag }}

- name: Archive Artifacts
uses: actions/upload-artifact@v4
with:
name: ChatContext
path: |
ChatContext/bin/Release/*
!ChatContext/bin/Release/ChatContext/*
#- name: Publish Version
# uses: PunishXIV/dynamis-action@v1
# id: dynamis
Expand Down

0 comments on commit 556a6f0

Please sign in to comment.