Removed act constraint
This commit is contained in:
@@ -97,7 +97,7 @@ runs:
|
||||
with:
|
||||
file: ${{ inputs.resultsDirectory }}
|
||||
- name: "Upload artifacts."
|
||||
if: ${{ !env.ACT && ( inputs.uploadArtifacts == 'true' ) }}
|
||||
if: ${{ inputs.uploadArtifacts == 'true' }}
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ inputs.artifactName }}
|
||||
|
||||
Reference in New Issue
Block a user