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.
2 parents 9eb985d + fb73aec commit c22968bCopy full SHA for c22968b
.github/workflows/keyfactor-starter-workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
13
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
14
- release_dir: DataPower/bin/Release/netcoreapp3.1 # TODO: set build output directory to upload as a release, relative to checkout workspace
+ release_dir: DataPower/bin/Release # TODO: set build output directory to upload as a release, relative to checkout workspace
15
secrets:
16
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}
17
0 commit comments