Dont upx core binary on github

This commit is contained in:
TheOtherP 2023-01-22 20:17:19 +01:00
parent ecb8dc01dc
commit b7ec7cf538

View File

@ -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