Skip to content

Commit

Permalink
workflows: fix zip path for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed May 12, 2023
1 parent d0375ca commit a7aa18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
-count 1 \
-run "${{ github.event.inputs.run_pattern }}" \
./builder/ebs
- run: zip ebs_failure_logs.zip builder/ebs*txt
- run: zip ebs_failure_logs.zip builder/ebs/*txt
if: ${{ failure() }}
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
if: ${{ failure() }}
Expand Down

0 comments on commit a7aa18d

Please sign in to comment.