mirror of
https://github.com/danbulant/nushell
synced 2026-05-23 06:19:25 +00:00
missed from_mp4, added back (#4128)
This commit is contained in:
parent
6c0190cd38
commit
f2f01b8a4d
1 changed files with 18 additions and 3 deletions
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
|
|
@ -74,6 +74,11 @@ jobs:
|
|||
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:
|
||||
|
|
@ -201,6 +206,11 @@ jobs:
|
|||
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:
|
||||
|
|
@ -330,6 +340,11 @@ jobs:
|
|||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue