mirror of
https://github.com/FlipsideCrypto/livequery-base.git
synced 2026-02-06 11:16:44 +00:00
updated log naming convention (#76)
This commit is contained in:
parent
bca494102f
commit
1a42f3cc98
2
.github/workflows/dbt.yml
vendored
2
.github/workflows/dbt.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user