Skip to content

Commit 592f1c3

Browse files
committed
CI updates
1 parent 575bdf2 commit 592f1c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ jobs:
162162
uses: dtolnay/rust-toolchain@stable
163163
with:
164164
targets: ${{ matrix.target }}
165-
- name: Setup sccache
166-
uses: mozilla-actions/[email protected]
165+
# - name: Setup sccache
166+
# uses: mozilla-actions/[email protected]
167167
- name: Cargo build
168168
env:
169169
RUSTC_WRAPPER: sccache
@@ -174,7 +174,7 @@ jobs:
174174
- name: Upload artifacts
175175
uses: actions/upload-artifact@v4
176176
with:
177-
name: ${{ matrix.name }}
177+
name: cli-${{ matrix.name }}
178178
path: |
179179
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff-cli
180180
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff-cli.exe
@@ -228,7 +228,7 @@ jobs:
228228
- name: Upload artifacts
229229
uses: actions/upload-artifact@v4
230230
with:
231-
name: ${{ matrix.name }}
231+
name: gui-${{ matrix.name }}
232232
path: |
233233
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff
234234
${{ env.CARGO_TARGET_DIR }}/${{ matrix.target }}/${{ env.BUILD_PROFILE }}/objdiff.exe

0 commit comments

Comments
 (0)