Skip to content

Commit

Permalink
build heif on release
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Nov 28, 2023
1 parent 2261da8 commit 2cbe183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
cargo build --release --no-default-features
zip -r oculante_linux_minimal.zip target/release/oculante
cargo build --release
cargo build --release --features heif
zip -r oculante_linux.zip target/release/oculante
cargo deb
cp target/debian/oculante_*.deb oculante.deb
Expand Down

0 comments on commit 2cbe183

Please sign in to comment.