File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments