Skip to content

Commit

Permalink
asset_name is not required when using wildcard on asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 26, 2024
1 parent d56db42 commit 1d579b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
$zipPath = "$outputDir\${{ env.REPO_NAME }}_$platform.zip"
Compress-Archive -Path $sourcePath -DestinationPath $zipPath -Force -Verbose
}
Get-ChildItem -File -Path $outputDir
# - name: Check for manifest in zip files
# if: success() && env.CREATE_RELEASE == 'True' && inputs.integration_type == 'orchestrator'
# shell: pwsh
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
with:
upload_url: ${{ inputs.release_url }}
asset_path: "${{ github.workspace }}/zip/Keyfactor/*"
asset_name: ${{ env.REPO_NAME}}_${{ inputs.release_version }}.zip
# asset_name: ${{ env.REPO_NAME}}_${{ inputs.release_version }}.zip
asset_content_type: application/zip


Expand Down

0 comments on commit 1d579b5

Please sign in to comment.