From f2f01b8a4df56dfa885ac30786136077ff755fc1 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:19:44 -0600 Subject: [PATCH] missed from_mp4, added back (#4128) --- .github/workflows/release.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4954daa15..7fda0e210 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,12 @@ jobs: uses: svenstaro/upx-action@v2 with: file: target/release/nu_plugin_from_sqlite - + + - name: Compress binaries (nu_plugin_from_mp4) + uses: svenstaro/upx-action@v2 + with: + file: target/release/nu_plugin_from_mp4 + - name: Compress binaries (nu_plugin_query_json) uses: svenstaro/upx-action@v2 with: @@ -200,7 +205,12 @@ jobs: uses: svenstaro/upx-action@v2 with: file: target/release/nu_plugin_from_sqlite - + + - name: Compress binaries (nu_plugin_from_mp4) + uses: svenstaro/upx-action@v2 + with: + file: target/release/nu_plugin_from_mp4 + - name: Compress binaries (nu_plugin_query_json) uses: svenstaro/upx-action@v2 with: @@ -329,7 +339,12 @@ jobs: uses: svenstaro/upx-action@v2 with: file: target/release/nu_plugin_from_sqlite.exe - + + - name: Compress binaries (nu_plugin_from_mp4.exe) + uses: svenstaro/upx-action@v2 + with: + file: target/release/nu_plugin_from_mp4.exe + - name: Compress binaries (nu_plugin_query_json.exe) uses: svenstaro/upx-action@v2 with: