Skip to content

Commit

Permalink
updated log naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
juls858 committed Nov 10, 2023
1 parent bca4941 commit 334a500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: logs-${{ inputs.environment }}-${{ github.run_id }}-$GITHUB_RUN_ATTEMPT
name: logs-${{ inputs.environment }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
logs
target

0 comments on commit 334a500

Please sign in to comment.