Skip to content

Commit

Permalink
Rename invalid path before building the uploaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 18, 2022
1 parent 70432fd commit 008e027
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ jobs:
name: test-reports-maven-java${{matrix.java.name}}
path: 'test-reports.tgz'
retention-days: 5
# see https://github.com/actions/toolkit/blob/master/packages/artifact/docs/additional-information.md#non-supported-characters
- name: Rename invalid path
run: |
[ -d integration-tests/maven/target/test-classes/projects/qit\?fast\?jar ] && mv integration-tests/maven/target/test-classes/projects/qit\?fast\?jar integration-tests/maven/target/test-classes/projects/qit-fast-jar
shell: bash
- name: Upload build reports (if build failed)
uses: actions/upload-artifact@v2
if: ${{ failure() || cancelled() }}
Expand Down

0 comments on commit 008e027

Please sign in to comment.