aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:47:52 +0300
committerEvsyukov Denis Anatolyevich <[email protected]>2020-03-11 08:47:52 +0300
commit1bd3f43b2c49e8721e5b5ad38ede0a413d559762 (patch)
treef7a74bf744277b1e2af8d60b4a04aada0aeaf06e /.github/workflows
parent[~] repo token (diff)
downloadt-1bd3f43b2c49e8721e5b5ad38ede0a413d559762.tar.xz
t-1bd3f43b2c49e8721e5b5ad38ede0a413d559762.zip
[~] matrix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml19
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