We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394061d commit baa9364Copy full SHA for baa9364
.github/workflows/deploy.yml
@@ -3,6 +3,10 @@ on:
3
release:
4
types: [created]
5
6
+defaults:
7
+ run:
8
+ shell: bash
9
+
10
jobs:
11
12
name: Deploy Release
@@ -30,15 +34,12 @@ jobs:
30
34
- uses: actions/checkout@master
31
35
- name: Install hub
32
36
run: ci/install-hub.sh ${{ matrix.os }}
33
- shell: bash
37
- name: Install Rust
38
run: ci/install-rust.sh stable ${{ matrix.target }}
39
- name: Build and deploy artifacts
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: ci/make-release-asset.sh ${{ matrix.os }} ${{ matrix.target }}
43
pages:
44
name: GitHub Pages
45
runs-on: ubuntu-latest
0 commit comments