We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dc854 commit af59795Copy full SHA for af59795
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
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
37
38
- name: Publish CLI tool
39
- uses: shogo82148/actions-upload-release-asset@v1.6.3
+ uses: shogo82148/actions-upload-release-asset@v1.6.4
40
with:
41
upload_url: ${{ github.event.release.upload_url }}
42
asset_path: ./bin/*
0 commit comments