Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyraman committed Apr 30, 2020
1 parent de41f3e commit 4d38909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
node-version: [12.x]
env:
filename: Levelup-for-Dynamics-365-Power-Apps
filename: levelup-for-dynamics-365-power-apps

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-draft-release.outputs.upload_url }}
asset_path: packages/${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome.zip
asset_path: ./packages/${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome.zip
asset_name: ${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome-DRAFT.zip
asset_content_type: application/zip

Expand All @@ -84,6 +84,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: packages/${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome.zip
asset_path: ./packages/${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome.zip
asset_name: ${{ env.filename }}-${{ steps.package-version.outputs.version }}-chrome.zip
asset_content_type: application/zip

0 comments on commit 4d38909

Please sign in to comment.