Try to spend less time compressing binaries
parent
4ee386a323
commit
fdbbe9803d
|
@ -43,7 +43,6 @@ jobs:
|
||||||
- uses: svenstaro/upx-action@v2
|
- uses: svenstaro/upx-action@v2
|
||||||
with:
|
with:
|
||||||
file: artifact/${{ matrix.os }}/brittany${{ matrix.ext }}
|
file: artifact/${{ matrix.os }}/brittany${{ matrix.ext }}
|
||||||
args: --best
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: artifact
|
path: artifact
|
||||||
|
|
Loading…
Reference in New Issue