Skip to content

Commit 282aca9

Browse files
committed
Strip mac binary
1 parent eb4903f commit 282aca9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
command: build
4141
args: --release
42+
- name: Strip binary
43+
run: |
44+
strip target/release/rust-deploy-test
4245
- name: Upload artifact
4346
uses: actions/upload-artifact@v1
4447
with:
@@ -107,7 +110,7 @@ jobs:
107110
name: Latest
108111
tag_name: latest
109112
prerelease: true
110-
body: Bleeding edge stuff!
113+
body: Bleeding edge stuff! Use at your own risk!
111114
files: |
112115
rust-deploy-test.linux.tar.bz2
113116
rust-deploy-test.macos.tar.bz2

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
Testing how to deploy rust projects with GitHub Actions.
2-
Bump.

0 commit comments

Comments
 (0)