Skip to content

Commit

Permalink
FIX: flip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Jul 1, 2024
1 parent 235fc54 commit f16f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: build-xmls
path: './new-build-xmls/*'
- name: Upload dev ref cache
if: ${{ steps.download-dev-ref-cache.outputs.found_artifact == 'true' }}
if: ${{ steps.download-dev-ref-cache.outputs.found_artifact == 'false' }}
uses: actions/upload-artifact@v4
with:
name: cache-devref-${{ steps.get-dev-ref.outputs.devref }}
Expand Down

0 comments on commit f16f6cf

Please sign in to comment.