Skip to content

Commit

Permalink
Fikse log name
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Aug 29, 2024
1 parent 314943a commit e278fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/uploadWorkflowArtifactsAndLogs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
if: ${{ inputs.uploadArtifacts }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.logName }}
name: ${{ inputs.artifactName }}
path: artifacts
retention-days: 10

Expand Down

0 comments on commit e278fb1

Please sign in to comment.