Skip to content

Commit 179ea3e

Browse files
committed
fix cicd, step 31
1 parent 4843036 commit 179ea3e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/client_build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
target/
7474
key: ${{ matrix.settings.host }}-${{ matrix.settings.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7575
restore-keys: ${{ matrix.settings.host }}-cargo-${{ matrix.settings.target }}
76-
# - name: Setup tmate session
77-
# uses: mxschmitt/action-tmate@v3
78-
- name: Build
79-
run: ${{ matrix.settings.build }}
76+
- name: Setup tmate session
77+
uses: mxschmitt/action-tmate@v3
78+
# - name: Build
79+
# run: ${{ matrix.settings.build }}
8080

81-
- name: Upload artifact
82-
uses: actions/upload-artifact@v2
83-
with:
84-
path: release/*
85-
if-no-files-found: error
81+
# - name: Upload artifact
82+
# uses: actions/upload-artifact@v2
83+
# with:
84+
# path: release/*
85+
# if-no-files-found: error

0 commit comments

Comments
 (0)