Skip to content

Commit c22968b

Browse files
Merge pull request #2 from Keyfactor/readme
Update keyfactor-starter-workflow.yml
2 parents 9eb985d + fb73aec commit c22968b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keyfactor-starter-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
1313
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
14+
release_dir: DataPower/bin/Release # TODO: set build output directory to upload as a release, relative to checkout workspace
1515
secrets:
1616
token: ${{ secrets.PRIVATE_PACKAGE_ACCESS }}
1717

0 commit comments

Comments
 (0)