Skip to content

Commit

Permalink
fix(github): there was some funky escaping breaking the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Dec 19, 2023
1 parent 253b8e8 commit 906e11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: "build-logs-${{ matrix.test.replace(\"/\", \"-\") }}"
name: "build-logs-${{ matrix.test.replace('/', '-') }}"
path: "build/logs"
retention-days: 5

Expand Down

0 comments on commit 906e11d

Please sign in to comment.