Skip to content

Commit

Permalink
Update upgrade test with new artifact names
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Nov 20, 2023
1 parent cb38c88 commit 13d9f4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-provider-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
with:
latest: true
repository: "kairos-io/kairos"
# TODO: v2.4.2 Enable once we have a release with the new naming
# fileName: 'kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}*standard*.iso'
fileName: 'kairos-standard-${{ inputs.flavor }}*k3s1.iso' # Make sure we don't match `*k3s1-ipxe.iso`
fileName: 'kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}*standard*.iso'
out-file-path: ""
- name: Run tests
run: |
Expand Down

0 comments on commit 13d9f4c

Please sign in to comment.