Skip to content

Commit

Permalink
fix ci step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 8, 2024
1 parent 7af141a commit c5caf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
run: brew install mitchellh/gon/gon
shell: bash

- name: Build App
- name: Build Mac App
if: runner.os == 'macOS'
run: wails build --platform ${{ matrix.build.platform }} -webview2 download -o ${{ matrix.build.name }}
shell: bash

- name: Build App
- name: Build Linux App
if: runner.os == 'Linux'
run: wails build --platform ${{ matrix.build.platform }} -webview2 download -o ${{ matrix.build.name }}
shell: bash
Expand Down

0 comments on commit c5caf2f

Please sign in to comment.