Skip to content

Commit

Permalink
chore(deps): update shogo82148/actions-upload-release-asset action to…
Browse files Browse the repository at this point in the history
… v1.6.6 (#697)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Aug 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent eb783bd commit 72bde98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
run: dotnet publish --configuration Release --output ./bin --self-contained --runtime ${{ matrix.rid }} -p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:DebugType=None -p:PublishTrimmed=false ./src/Microsoft.ComponentDetection

- name: Publish CLI tool
uses: shogo82148/actions-upload-release-asset@7eaf21378a56987478e34936683ba93ffb6c4f3c # v1.6.5
uses: shogo82148/actions-upload-release-asset@953d19cc84d8e8ecf80beec5afef40ca68b7e633 # v1.6.6
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./bin/*

0 comments on commit 72bde98

Please sign in to comment.