mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(upx): revert shrink windows and unix binaries
This reverts commit 894c678a50
.
This commit is contained in:
parent
06258dc256
commit
73bc6d92cd
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -52,15 +52,6 @@ jobs:
|
|||
version: latest
|
||||
args: build --rm-dist
|
||||
workdir: src
|
||||
- name: Run UPX
|
||||
uses: crazy-max/ghaction-upx@v1
|
||||
with:
|
||||
version: latest
|
||||
files: |
|
||||
./src/dist/posh-linux-amd64
|
||||
./src/dist/posh-windows-386.exe
|
||||
./src/dist/posh-windows-amd64.exe
|
||||
args: --brute
|
||||
- name: Zip theme files 🤐
|
||||
run: |
|
||||
$compress = @{
|
||||
|
|
Loading…
Reference in a new issue