We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ab74 commit e0508e0Copy full SHA for e0508e0
1 file changed
.github/workflows/reusable-storage-dependant-tests.yml
@@ -172,9 +172,8 @@ jobs:
172
timeout-minutes: 1
173
uses: actions/upload-artifact@v4
174
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 }}/**
+ name: Log_PgsqlSwitches_${{ github.ref_name }}_${{ github.run_number }}_${{inputs.target_framework}}
+ path: _Build/tests/${{ inputs.build_config }}/${{ inputs.target_framework }}/**
178
if-no-files-found: ignore
179
retention-days: 1
180
0 commit comments