File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ name: release
99on :
1010 push :
1111 # Enable when testing release infrastructure on a branch.
12- # branches:
13- # - ci_testing
12+ branches :
13+ - ci_testing
1414 tags :
1515 - " [0-9]+.[0-9]+.[0-9]+"
1616jobs :
8383 - name : Install Rust
8484 uses : actions-rs/toolchain@v1
8585 with :
86- toolchain : stable
86+ toolchain : nightly
8787 override : true
8888 target : ${{ matrix.target }}
8989
9393 command : build
9494 args : --release --target ${{ matrix.target }}
9595
96- - name : Strip release binary (macos)
97- if : matrix.os == 'macos'
98- run : strip "target/${{ matrix.target }}/release/${{ env.PROGRAM_NAME }}"
99-
10096 - name : Build archive
10197 shell : bash
10298 run : |
Original file line number Diff line number Diff line change 1+ cargo-features = [" strip" ]
2+
13[package ]
24name = " smeagol-wiki"
35version = " 0.1.2"
@@ -7,7 +9,8 @@ license = "MIT"
79homepage = " https://github.com/AustinWise/smeagol/"
810repository = " https://github.com/AustinWise/smeagol/"
911
10- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12+ [profile .release ]
13+ strip = " symbols"
1114
1215[dependencies ]
1316askama = " 0.11"
You can’t perform that action at this time.
0 commit comments