Skip to content

Commit a508d25

Browse files
committed
2 parents 3af3ce5 + c0d541c commit a508d25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release.yml

+17
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,29 @@ jobs:
2020
run: sudo apt install libssl-dev
2121
- name: Build
2222
run: cargo build --release
23+
# - name: Compress the output
24+
# uses: crazy-max/[email protected]
25+
# with:
26+
# args: "--ultra-brute"
27+
# file: "target/release/app"
2328
- name: Upload
2429
uses: actions/[email protected]
2530
with:
2631
name: "ubuntu-x86_64"
2732
path: "target/release/app"
33+
2834
"build-windows-x64":
2935
runs-on: windows-latest
3036
steps:
3137
- uses: actions/checkout@v2
3238
- name: Build
3339
run: cargo build --release
40+
- name: Compress the output
41+
uses: crazy-max/[email protected]
42+
with:
43+
args: "--ultra-brute"
44+
files: |
45+
"target/release/app.exe"
3446
- name: Upload
3547
uses: actions/[email protected]
3648
with:
@@ -42,6 +54,11 @@ jobs:
4254
- uses: actions/checkout@v2
4355
- name: Build
4456
run: cargo build --release
57+
# - name: Compress the output
58+
# uses: crazy-max/[email protected]
59+
# with:
60+
# args: "--ultra-brute"
61+
# file: "target/release/app"
4562
- name: Upload
4663
uses: actions/[email protected]
4764
with:

0 commit comments

Comments
 (0)