Skip to content

Commit

Permalink
Merge pull request #20 from Azure-Samples/updateAppSettingsForArmDeploy
Browse files Browse the repository at this point in the history
updating the release action to reflect current structure
  • Loading branch information
rvenugopal-msft authored Jan 13, 2022
2 parents 5be7960 + ce89e69 commit 2a35700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release_name=Auth-Sample
unset CI
# Build everything
dotnet publish ./TokenApi -c Release -o "$release_name"
dotnet publish ./ -c Release -o "$release_name"
7z a -tzip "auth-sample.zip" "./${release_name}/*"
Expand All @@ -36,4 +36,4 @@ jobs:
with:
files: "auth-sample.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2a35700

Please sign in to comment.