Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed Mar 15, 2024
1 parent 4cf2209 commit 6198c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/docker-build-and-push-openadk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ runs:
if-no-files-found: error

- name: Output artifact URLs
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
id: output-artifact-urls
run: |
echo 'base URL ${{ steps.artifact-upload-step-base.outputs.artifact-url }}'
Expand Down
1 change: 1 addition & 0 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ runs:
if-no-files-found: error

- name: Output artifact URLs
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.artifacts-destination == 'tarball' }}
id: output-artifact-urls
run: |
echo 'prebuilt URL ${{ steps.artifact-upload-step-prebuilt.outputs.artifact-url }}'
Expand Down

0 comments on commit 6198c6b

Please sign in to comment.