Skip to content

Commit

Permalink
Fixed workflow naming
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Sep 19, 2021
1 parent f3e7549 commit 75166ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
name: [linux, macos]
name: [ubuntu-latest, macos]

include:
- name: linux
- name: ubuntu-latest
os: ubuntu-latest
artifact_name: src-tauri/target/release/app
asset_name: term-linux
Expand Down

0 comments on commit 75166ec

Please sign in to comment.