File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Rust
1
+ name : CI
2
2
3
3
on :
4
4
push :
36
36
args : --target ${{ matrix.os }} --release
37
37
38
38
- name : Move octool from target/${{ matrix.os }}/release/octool to .
39
- run : mv target/${{ matrix.os }}/release/octool. * .
39
+ run : mv target/${{ matrix.os }}/release/octool* .
40
40
41
41
- name : Create zip archive for ${{ matrix.os }} build
42
42
run : zip ${{ matrix.os }}.zip octool octool.exe README.md LICENSE tool_config_files/octool_config.json
53
53
uses : svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
54
54
with :
55
55
repo_token : ${{ secrets.GITHUB_TOKEN }}
56
- file : output/ *.zip
56
+ file : *.zip
57
57
tag : ${{ github.ref }}
58
58
file_glob : true
59
59
91
91
uses : svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
92
92
with :
93
93
repo_token : ${{ secrets.GITHUB_TOKEN }}
94
- file : output/ *.zip
94
+ file : *.zip
95
95
tag : ${{ github.ref }}
96
- file_glob : true
96
+ file_glob : true
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ license] ( https://img.shields.io/github/license/rusty-bits/octool.svg )] ( https://github.com/rusty-bits/octool/blob/main/LICENSE )
4
4
[ ![ downloads] ( https://img.shields.io/github/downloads/rusty-bits/octool/total )] ( )
5
+ [ ![ CI] ( https://github.com/rusty-bits/octool/actions/workflows/ci.yml/badge.svg )] ( )
5
6
[ ![ release] ( https://img.shields.io/github/v/release/rusty-bits/octool?display_name=tag )] ( https://github.com/rusty-bits/octool/releases )
6
7
7
8
A small project to help me continue my learning of the Rust language. All suggestions and criticisms are welcome (but that doesn't mean I'll get to them in a timely manner, I can be lazy at times)
You can’t perform that action at this time.
0 commit comments