Skip to content

Commit

Permalink
mobile/ci: Minor fix for download paths (envoyproxy#35638)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Martin Duke <[email protected]>
  • Loading branch information
phlax authored and martinduke committed Aug 8, 2024
1 parent 406209a commit 6d184e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mobile-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
request: ${{ needs.load.outputs.request }}
runs-on: ubuntu-22.04
source: |
strip -s -o dist/main.stripped dist/sizemain/size-main
strip -s -o dist/current.stripped dist/sizecurrent/size-current
mkdir dist
strip -s -o dist/main.stripped /home/runner/work/_temp/dist/sizemain/size-main
strip -s -o dist/current.stripped /home/runner/work/_temp/dist/sizecurrent/size-current
zip -9 dist/main.zip dist/main.stripped
zip -9 dist/current.zip dist/current.stripped
target: size-compare
Expand Down

0 comments on commit 6d184e5

Please sign in to comment.