Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
editso committed Aug 27, 2022
1 parent f54576b commit 15f7db9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
- mips-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- aarch64-linux-android
- i686-linux-android
- x86_64-linux-android
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -114,7 +117,7 @@ jobs:
with:
name: ${{ matrix.arch }}
path: target/${{ matrix.arch }}/release/fu*

- run: zip -j ${{ matrix.arch }} ./target/${{ matrix.arch }}/release/fu*

- name: Release Drafter
Expand Down

0 comments on commit 15f7db9

Please sign in to comment.