Check if this works
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -70,6 +70,12 @@ jobs:
|
|||||||
buildmode: default
|
buildmode: default
|
||||||
trimpath: true
|
trimpath: true
|
||||||
|
|
||||||
|
- name: Compress binaries
|
||||||
|
uses: svenstaro/upx-action@v2
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
artifacts/*
|
||||||
|
|
||||||
- name: Compress artifacts
|
- name: Compress artifacts
|
||||||
run: |
|
run: |
|
||||||
mkdir -p compressed_artifacts
|
mkdir -p compressed_artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user