Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk committed Oct 21, 2024
1 parent 80b3946 commit 8f3c26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@4
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
continue-on-error: true

- name: Store conda build artifacts
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
if: ${{ always() && steps.prepare-artifacts.outcome == 'success' }}
with:
name: ${{ steps.prepare-artifacts.outputs.BLD_ARTIFACT_NAME }}
Expand All @@ -252,7 +252,7 @@ jobs:
continue-on-error: true

- name: Store conda build environment artifacts
uses: actions/upload-artifact@4
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.prepare-artifacts.outcome == 'success' }}
with:
name: ${{ steps.prepare-artifacts.outputs.ENV_ARTIFACT_NAME }}
Expand Down

0 comments on commit 8f3c26b

Please sign in to comment.