Skip to content

Commit

Permalink
Fix github actions size item
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Dec 3, 2024
1 parent bd378c7 commit 556064e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# MULTI and NOWRITEV are passed as integers to the build
include:
- name: plain linux
upload_sizes: 1

- name: multi binary
multi: 1
Expand Down Expand Up @@ -261,9 +262,7 @@ jobs:
ls -ld ~ ~/.ssh ~/.ssh/authorized_keys
- name: binary size
run:
- size dropbear | tee -a sizes.txt
- size dbclient | tee -a sizes.txt
run: size dropbear dbclient | tee -a sizes.txt

# upload config.log if something has failed
- name: config.log
Expand All @@ -274,6 +273,7 @@ jobs:
path: config.log

- name: upload sizes
if: ${{ matrix.upload_sizes }}
uses: actions/upload-artifact@v4
with:
name: sizes.txt
Expand Down

0 comments on commit 556064e

Please sign in to comment.