File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 87
87
token : ${{ secrets.GITHUB_TOKEN }}
88
88
89
89
release :
90
- needs : [setup-environment, publish-dry-run]
90
+ needs : [publish-dry-run]
91
91
name : ${{ matrix.target }}
92
92
runs-on : ${{ matrix.os }}
93
- env :
94
- CARGO_CACHE_KEY : ${{ needs.setup-environment.outputs.cargo_cache_key }}
95
93
strategy :
96
94
fail-fast : false
97
95
matrix :
@@ -100,26 +98,20 @@ jobs:
100
98
target : x86_64-unknown-linux-gnu
101
99
os : ubuntu-latest
102
100
cross : false
103
- deb : false
104
101
- prefix : i686-linux
105
102
target : i686-unknown-linux-gnu
106
103
os : ubuntu-latest
107
104
cross : true
108
- deb : true
109
105
- prefix : aarch64-linux
110
106
target : aarch64-unknown-linux-gnu
111
107
os : ubuntu-latest
112
108
cross : true
113
- deb : true
114
109
- os : macos-11
115
110
target : x86_64-apple-darwin
116
111
cross : true
117
- deb : false
118
112
- os : macos-11
119
113
target : aarch64-apple-darwin
120
114
cross : true
121
- deb : false
122
-
123
115
steps :
124
116
- uses : actions/checkout@v4
125
117
- uses : taiki-e/upload-rust-binary-action@v1
You can’t perform that action at this time.
0 commit comments