Skip to content

Commit

Permalink
Fix release checking (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Oct 20, 2023
1 parent d028974 commit 02ab42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-and-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
uses: octopusden/octopus-base/.github/workflows/[email protected]
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
with:
artifact-pattern: "octopus-employee/employee-service/_VER_/employee-service-_VER_.jar"
artifact-pattern: "octopus/employee/employee-service/_VER_/employee-service-_VER_.jar"
secrets: inherit

0 comments on commit 02ab42e

Please sign in to comment.