Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 24, 2021
1 parent d501c64 commit 0afdf49
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
name: Build Ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
include:
- name: linux
os: ubuntu-latest
artifact_name: visual
asset_name: visual-linux
- name: linux coco
os: ubuntu-latest
artifact_name: coco
asset_name: coco-linux
matrix:
include:
- name: linux
os: ubuntu-latest
artifact_name: visual
asset_name: visual-linux
- name: linux coco
os: ubuntu-latest
artifact_name: coco
asset_name: coco-linux

steps:
- name: Checkout code
Expand Down

0 comments on commit 0afdf49

Please sign in to comment.