Skip to content

Commit

Permalink
rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 2, 2024
1 parent bca2ffa commit 1379fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/render-and-upload-manifests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
# Note: your repository needs to have this script.
run: ./hack/scripts/render_crd.sh "${VERSION}"

- name: Rename CR file
- name: Create Symlink for CR file
# `gh release upload <yourfile>` cannot rename files so we create a symlink with the desired name for the CR.
shell: bash
env:
CR_FILE: ${{ inputs.CR_FILE }}
run: |
# this is where all our default CRs are located.
ln -s config/samples/default.yaml "./${CR_FILE}"
ln -sf config/samples/default.yaml "./${CR_FILE}"
- name: Print out CR file
env:
Expand Down

0 comments on commit 1379fcf

Please sign in to comment.