Skip to content

Commit

Permalink
ci: restore find command
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuncan committed Mar 29, 2024
1 parent dd7e9d1 commit bd2e97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ jobs:
shell: bash
run: |
# https://github.com/actions/upload-artifact?tab=readme-ov-file#permission-loss
find "${RCM_CHECKOUT}/dist" -type f -name "RCM${EXT}" -exec cp '{}' . \;
find "${RCM_CHECKOUT}/dist" -type f -name "RCM.zip" -exec cp '{}' . \;
find dist -type f -name "RCM${EXT}" -exec cp '{}' . \;
find dist -type f -name "RCM.zip" -exec cp '{}' . \;
- name: (GHO) Install cosign
uses: sigstore/[email protected]
Expand Down

0 comments on commit bd2e97b

Please sign in to comment.