diff options
| author | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:47:52 +0300 |
|---|---|---|
| committer | Evsyukov Denis Anatolyevich <[email protected]> | 2020-03-11 08:47:52 +0300 |
| commit | 1bd3f43b2c49e8721e5b5ad38ede0a413d559762 (patch) | |
| tree | f7a74bf744277b1e2af8d60b4a04aada0aeaf06e /.github | |
| parent | [~] repo token (diff) | |
| download | t-1bd3f43b2c49e8721e5b5ad38ede0a413d559762.tar.xz t-1bd3f43b2c49e8721e5b5ad38ede0a413d559762.zip | |
[~] matrix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c307c36..75df449 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,16 +9,15 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - include: - - os: ubuntu-latest - artifact_name: t - asset_name: t-linux-amd64 - - os: windows-latest - artifact_name: t.exe - asset_name: t-windows-amd64 - - os: macos-latest - artifact_name: t - asset_name: t-macos-amd64 + - os: ubuntu-latest + artifact_name: t + asset_name: t-linux-amd64 + - os: windows-latest + artifact_name: t.exe + asset_name: t-windows-amd64 + - os: macos-latest + artifact_name: t + asset_name: t-macos-amd64 steps: - uses: hecrj/setup-rust-action@v1-release |