Skip to content

Commit c0d541c

Browse files
authored
Update release.yml
1 parent 93a415e commit c0d541c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/release.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ 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"
23+
# - name: Compress the output
24+
# uses: crazy-max/[email protected]
25+
# with:
26+
# args: "--ultra-brute"
27+
# file: "target/release/app"
2828
- name: Upload
2929
uses: actions/[email protected]
3030
with:
@@ -41,7 +41,8 @@ jobs:
4141
uses: crazy-max/[email protected]
4242
with:
4343
args: "--ultra-brute"
44-
file: "target/release/app.exe"
44+
files: |
45+
"target/release/app.exe"
4546
- name: Upload
4647
uses: actions/[email protected]
4748
with:
@@ -53,11 +54,11 @@ jobs:
5354
- uses: actions/checkout@v2
5455
- name: Build
5556
run: cargo build --release
56-
- name: Compress the output
57-
uses: crazy-max/[email protected]
58-
with:
59-
args: "--ultra-brute"
60-
file: "target/release/app"
57+
# - name: Compress the output
58+
# uses: crazy-max/[email protected]
59+
# with:
60+
# args: "--ultra-brute"
61+
# file: "target/release/app"
6162
- name: Upload
6263
uses: actions/[email protected]
6364
with:

0 commit comments

Comments
 (0)