We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4903f commit 282aca9Copy full SHA for 282aca9
.github/workflows/deploy.yml
@@ -39,6 +39,9 @@ jobs:
39
with:
40
command: build
41
args: --release
42
+ - name: Strip binary
43
+ run: |
44
+ strip target/release/rust-deploy-test
45
- name: Upload artifact
46
uses: actions/upload-artifact@v1
47
@@ -107,7 +110,7 @@ jobs:
107
110
name: Latest
108
111
tag_name: latest
109
112
prerelease: true
- body: Bleeding edge stuff!
113
+ body: Bleeding edge stuff! Use at your own risk!
114
files: |
115
rust-deploy-test.linux.tar.bz2
116
rust-deploy-test.macos.tar.bz2
README.md
@@ -1,2 +1 @@
1
Testing how to deploy rust projects with GitHub Actions.
2
-Bump.
0 commit comments