Skip to content

Commit e0508e0

Browse files
committed
Try fix more problems with wf
1 parent e83ab74 commit e0508e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/reusable-storage-dependant-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ jobs:
172172
timeout-minutes: 1
173173
uses: actions/upload-artifact@v4
174174
with:
175-
name: DO_${{ github.ref_name }}_${{ github.run_number }}_on_${{ inputs.storage }}_${{inputs.target_framework}}
176-
path: |
177-
_Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/**
175+
name: Log_PgsqlSwitches_${{ github.ref_name }}_${{ github.run_number }}_${{inputs.target_framework}}
176+
path: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/**
178177
if-no-files-found: ignore
179178
retention-days: 1
180179

0 commit comments

Comments
 (0)