File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 59
59
with :
60
60
name : bca-aarch64-macos
61
61
path : target/release/bca
62
- publish :
63
- name : Publish to crates.io
64
- runs-on : ubuntu-latest
65
- steps :
66
- - uses : actions/checkout@v4
67
- - name : Publish crate
68
- run : cargo publish --verbose --token ${{ secrets.CARGO_PUBLISH_TOKEN }}
69
62
release :
70
63
name : Create GitHub Release
71
64
runs-on : ubuntu-latest
83
76
- name : Download Windows Artifacts
84
77
uses : actions/download-artifact@v3
85
78
with :
86
- name : bca-x86_64-windows
79
+ name : bca-x86_64-windows.exe
87
80
- name : Download Intel Mac Artifacts
88
81
uses : actions/download-artifact@v3
89
82
with :
@@ -100,7 +93,14 @@ jobs:
100
93
body_path : RELEASE.md
101
94
files : |
102
95
bca-x86_64-linux
103
- bca-x86_64-windows
96
+ bca-x86_64-windows.exe
104
97
bca-x86_64-macos
105
98
bca-aarch64-macos
106
-
99
+ publish :
100
+ name : Publish to crates.io
101
+ runs-on : ubuntu-latest
102
+ needs : release
103
+ steps :
104
+ - uses : actions/checkout@v4
105
+ - name : Publish crate
106
+ run : cargo publish --verbose --token ${{ secrets.CARGO_PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments