Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alkwa-msft authored Jul 28, 2022
1 parent 85abf7e commit a159afc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ jobs:
run: dotnet build AzureCommunicationServicesGetStartedApis.csproj
- name: Publish
run: dotnet publish AzureCommunicationServicesGetStartedApis.csproj
- name: Create Release
shell: bash
run: |
release_name=Group-Calling
unset CI
7z a -tzip -r "AzureCommunicationServicesGetStartedApis.zip" ./bin/Debug/netcoreapp3.1/publish/*
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: "AzureCommunicationServicesGetStartedApis.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a159afc

Please sign in to comment.