mirror of
https://github.com/versity/versitygw.git
synced 2026-08-18 05:06:27 +00:00
Merge pull request #1861 from versity/ben/fix-system-workflow
chore: fix warning in system.yml github workflow
This commit is contained in:
@@ -131,16 +131,17 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Ensure coverage file exists, and generate working name
|
||||
id: prepare_coverage
|
||||
run: |
|
||||
touch coverage.log
|
||||
run_set="${{ matrix.RUN_SET }}"
|
||||
SAFE_RUN_SET="${run_set//\//-}"
|
||||
echo "SAFE_RUN_SET=$SAFE_RUN_SET" >> $GITHUB_ENV
|
||||
echo "safe_run_set=$SAFE_RUN_SET" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload command coverage log
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: coverage-${{ env.SAFE_RUN_SET }}-${{ matrix.RECREATE_BUCKETS }}
|
||||
name: coverage-${{ steps.prepare_coverage.outputs.safe_run_set }}-${{ matrix.RECREATE_BUCKETS }}
|
||||
path: coverage.log
|
||||
retention-days: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user