Skip to content

Commit

Permalink
Merge pull request #499 from FrederikLeed/main
Browse files Browse the repository at this point in the history
Update action.yml to fix artifact not being uploaded
  • Loading branch information
merill authored Oct 20, 2024
2 parents e8b9dd3 + 6cc5418 commit 3a0da9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ runs:

- name: Archive Maester Html Report
uses: actions/upload-artifact@v4
if: ${{ inputs.artifact_upload == true }}
if: ${{ inputs.artifact_upload == 'true' }}
with:
name: maester-test-results-${{ env.NOW }}
path: test-results
include-hidden-files: true
include-hidden-files: true

0 comments on commit 3a0da9e

Please sign in to comment.