Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 27, 2023
1 parent 900ad2d commit 3745838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: |
echo "$WORKSPACE"
ls "$WORKSPACE"
tar -C "$WORKSPACE" -czf "results-windows-jdk${{ matrix.jdkver || env.jdkver_latest }}.tar.gz" "testHeadlessComponent.jtr.xml"
tar -C "\home\runner\workspace" -czf "results-windows-jdk${{ matrix.jdkver || env.jdkver_latest }}.tar.gz" "testHeadlessComponent.jtr.xml"
- name: Upload results
if: ${{ always() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3745838

Please sign in to comment.