Skip to content

Commit

Permalink
IdAceCodeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
PramodKumarHK89 authored Apr 19, 2022
1 parent 63089c6 commit 786fc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.MY_VERSION }}
release_name: "MicrosoftIdentityPlatform Editor ${{ env.MY_VERSION }}"
release_name: "IdAceCodeEditor ${{ env.MY_VERSION }}"

# ZIPs up the contents of the /publish/ folder
- name: Create ZIP file
Expand All @@ -78,6 +78,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: D:/a/IdAceCodeEditor/IdAceCodeEditor/IdAceCodeEditor/bin/Release/netcoreapp3.1/${{ env.Target_Platform }}/publish/IdAceCodeEditor.zip
asset_name: "MicrosoftIdentityPlatform Editor ${{ env.MY_VERSION }} zip"
asset_name: "IdAceCodeEditor ${{ env.MY_VERSION }} zip"
asset_content_type: application/zip

0 comments on commit 786fc8f

Please sign in to comment.