mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Dont upx core binary on github
This commit is contained in:
parent
ecb8dc01dc
commit
b7ec7cf538
7
.github/workflows/buildNative.yml
vendored
7
.github/workflows/buildNative.yml
vendored
@ -77,13 +77,6 @@ jobs:
|
||||
run: |
|
||||
mvn --batch-mode -Pnative clean native:compile -DskipTests
|
||||
|
||||
- name: "UPX linux artifact"
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
uses: crazy-max/ghaction-upx@v2
|
||||
with:
|
||||
files: core/target/core
|
||||
args: -q
|
||||
|
||||
- name: "Upload linux artifact"
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user