Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Apr 23, 2024
1 parent d45e8e3 commit 2343487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/upload-action-harbor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ runs:
using: "composite"
steps:
- name: Preparing artifactory for upload
- uses: oras-project/setup-oras@v1
uses: oras-project/setup-oras@v1
- run: oras version
shell: bash
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- run: upload.sh
Expand Down

0 comments on commit 2343487

Please sign in to comment.