Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMaron authored Nov 9, 2021
1 parent 0dee0ca commit 6fb94f7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:
path: bin\Debug\BusinessCentral.LinterCop.dll
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: svenstaro/upload-release-action@v2
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: bin\Debug\BusinessCentral.LinterCop.dll
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bin\Debug\BusinessCentral.LinterCop.dll
asset_name: BusinessCentral.LinterCop.dll
asset_content_type: application/octet-stream
tag: ${{ steps.create_release.outputs.tag_name }}
overwrite: true

0 comments on commit 6fb94f7

Please sign in to comment.