File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ jobs:
162
162
uses : dtolnay/rust-toolchain@stable
163
163
with :
164
164
targets : ${{ matrix.target }}
165
- - name : Setup sccache
166
- uses :
mozilla-actions/[email protected]
165
+ # - name: Setup sccache
166
+ # uses: mozilla-actions/[email protected]
167
167
- name : Cargo build
168
168
env :
169
169
RUSTC_WRAPPER : sccache
@@ -174,7 +174,7 @@ jobs:
174
174
- name : Upload artifacts
175
175
uses : actions/upload-artifact@v4
176
176
with :
177
- name : ${{ matrix.name }}
177
+ name : cli- ${{ matrix.name }}
178
178
path : |
179
179
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff-cli
180
180
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff-cli.exe
@@ -228,7 +228,7 @@ jobs:
228
228
- name : Upload artifacts
229
229
uses : actions/upload-artifact@v4
230
230
with :
231
- name : ${{ matrix.name }}
231
+ name : gui- ${{ matrix.name }}
232
232
path : |
233
233
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff
234
234
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff.exe
You can’t perform that action at this time.
0 commit comments