Skip to content

Commit

Permalink
Merge pull request #4 from Keyfactor/initial-version
Browse files Browse the repository at this point in the history
Update keyfactor-starter-workflow.yml
  • Loading branch information
bhillkeyfactor authored Jun 28, 2022
2 parents 4c5275b + 838999c commit 9e4d2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
release_dir: bin/Release/netcoreapp3.1 # TODO: set build output directory to upload as a release, relative to checkout workspace
release_dir: a10vthunder-orchestrator/bin/Release/netcoreapp3.1 # TODO: set build output directory to upload as a release, relative to checkout workspace
secrets:
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}

Expand Down

0 comments on commit 9e4d2d5

Please sign in to comment.